Compare commits
4 Commits
cbe2edc21c
...
cbd25ee6a9
Author | SHA1 | Date | |
---|---|---|---|
|
cbd25ee6a9 | ||
|
7e782cfbff | ||
|
ea6f1e966b | ||
|
3377bb2025 |
14
CHANGELOG.md
@ -1,3 +1,17 @@
|
||||
# [1.3.0](https://github.com/SimonPistache/famfamfam-silk-svg/compare/v1.2.2...v1.3.0) (2025-03-14)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **#162:** Upload decorator iconset ([#163](https://github.com/SimonPistache/famfamfam-silk-svg/issues/163)) ([7e782cf](https://github.com/SimonPistache/famfamfam-silk-svg/commit/7e782cfbff5bdbd037069090488eb18aed180a18)), closes [#162](https://github.com/SimonPistache/famfamfam-silk-svg/issues/162) [#162](https://github.com/SimonPistache/famfamfam-silk-svg/issues/162) [#179](https://github.com/SimonPistache/famfamfam-silk-svg/issues/179) [#220](https://github.com/SimonPistache/famfamfam-silk-svg/issues/220) [#178](https://github.com/SimonPistache/famfamfam-silk-svg/issues/178)
|
||||
|
||||
## [1.2.2](https://github.com/SimonPistache/famfamfam-silk-svg/compare/v1.2.1...v1.2.2) (2025-03-14)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **#179:** Fix angular gradient not working ([#224](https://github.com/SimonPistache/famfamfam-silk-svg/issues/224)) ([3377bb2](https://github.com/SimonPistache/famfamfam-silk-svg/commit/3377bb2025df23500c4f0a33af421622fcf02ba1))
|
||||
|
||||
## [1.2.1](https://github.com/SimonPistache/famfamfam-silk-svg/compare/v1.2.0...v1.2.1) (2025-03-14)
|
||||
|
||||
|
||||
|
14
README.md
@ -11,20 +11,22 @@ Mix:  +    
|
||||
|
||||
## How to use <img height=30px src="icons/Accept.svg">
|
||||
## How to use <img height=30px src="icons/Help.svg">
|
||||
|
||||
* Clone or fork the repository.
|
||||
* Download files from the [icons](./icons/) folder.
|
||||
|
||||
Currently available icons:
|
||||

|
||||

|
||||
|
||||

|
||||
|
||||
### <img height=24px src="icons/Date.svg"> Roadmap
|
||||
|
||||
* (Soon) Designers: Get the Figma UI Kit
|
||||
* (Soon) Access to more decorators
|
||||
* (Soon) Access to variants
|
||||
* (Soon) Access to parts
|
||||
* <img src="icons/Tick.svg"> ~~Access to decorators~~
|
||||
* <img src="icons/Hourglass.svg"> Access to variants
|
||||
* <img src="icons/Hourglass.svg"> Access to parts
|
||||
* <img src="icons/Hourglass.svg"> Designers: Get the Figma UI Kit
|
||||
|
||||
## Contributing <img height=30px src="icons/Paintbrush.svg">
|
||||
|
||||
|
14
decorators/add.svg
Normal file
@ -0,0 +1,14 @@
|
||||
<svg width="7" height="7" viewBox="0 0 7 7" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<circle cx="3.5" cy="3.5" r="3" fill="url(#paint0_radial_3_1070)" stroke="url(#paint1_linear_3_1070)"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M3 3V2H4V3H5V4H4V5H3V4H2V3H3Z" fill="white"/>
|
||||
<defs>
|
||||
<radialGradient id="paint0_radial_3_1070" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(1 1) rotate(45) scale(5.65685)">
|
||||
<stop stop-color="#B4D495"/>
|
||||
<stop offset="1" stop-color="#87B960"/>
|
||||
</radialGradient>
|
||||
<linearGradient id="paint1_linear_3_1070" x1="6" y1="6" x2="1" y2="1" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#376B19"/>
|
||||
<stop offset="1" stop-color="#5A9438"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
After Width: | Height: | Size: 744 B |
23
decorators/arrow come.svg
Normal file
@ -0,0 +1,23 @@
|
||||
<svg width="10" height="9" viewBox="0 0 10 9" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g filter="url(#filter0_i_13_287)">
|
||||
<path d="M6 2H10V7H6V9H5L0 4.5L5 0H6V2Z" fill="#80B361"/>
|
||||
</g>
|
||||
<path d="M6 2.5C5.72386 2.5 5.5 2.27614 5.5 2V0.5H5.19187L0.747423 4.5L5.19187 8.5H5.5V7C5.5 6.72386 5.72386 6.5 6 6.5H9.5V2.5H6Z" stroke="url(#paint0_linear_13_287)" stroke-linejoin="round"/>
|
||||
<path d="M8.5 5.49999V3.49999H6C5.2851 3.49999 4.73406 3.02571 4.55883 2.41686L2.24694 4.5L4.55873 6.58307C4.73703 5.96434 5.30252 5.49999 5.99508 5.49999H8.5Z" stroke="white" stroke-opacity="0.2" stroke-linejoin="round"/>
|
||||
<defs>
|
||||
<filter id="filter0_i_13_287" x="0" y="0" width="12" height="11" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
||||
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
||||
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
||||
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
||||
<feOffset dx="2" dy="2"/>
|
||||
<feGaussianBlur stdDeviation="1"/>
|
||||
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
|
||||
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0"/>
|
||||
<feBlend mode="normal" in2="shape" result="effect1_innerShadow_13_287"/>
|
||||
</filter>
|
||||
<linearGradient id="paint0_linear_13_287" x1="3" y1="2" x2="10.5492" y2="7.20314" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#6FA53D"/>
|
||||
<stop offset="1" stop-color="#247C10"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
After Width: | Height: | Size: 1.5 KiB |
22
decorators/arrow down.svg
Normal file
@ -0,0 +1,22 @@
|
||||
<svg width="8" height="7" viewBox="0 0 8 7" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g filter="url(#filter0_i_13_280)">
|
||||
<path d="M6 3L6 0L2 0V3H0L4 7L8 3H6Z" fill="#82C27C"/>
|
||||
</g>
|
||||
<path d="M5.5 3C5.5 3.27614 5.72386 3.5 6 3.5L6.79289 3.5L4 6.29289L1.20711 3.5H2C2.27614 3.5 2.5 3.27614 2.5 3V0.5L5.5 0.5L5.5 3Z" stroke="url(#paint0_linear_13_280)" stroke-linejoin="round"/>
|
||||
<defs>
|
||||
<filter id="filter0_i_13_280" x="0" y="0" width="9" height="8" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
||||
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
||||
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
||||
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
||||
<feOffset dx="1" dy="1"/>
|
||||
<feGaussianBlur stdDeviation="1"/>
|
||||
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
|
||||
<feColorMatrix type="matrix" values="0 0 0 0 0.71381 0 0 0 0 0.864312 0 0 0 0 0.687251 0 0 0 1 0"/>
|
||||
<feBlend mode="normal" in2="shape" result="effect1_innerShadow_13_280"/>
|
||||
</filter>
|
||||
<linearGradient id="paint0_linear_13_280" x1="1.14286" y1="1" x2="6.09861" y2="6.66372" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#80C178"/>
|
||||
<stop offset="1" stop-color="#2A6B26"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
After Width: | Height: | Size: 1.3 KiB |
23
decorators/arrow go.svg
Normal file
@ -0,0 +1,23 @@
|
||||
<svg width="10" height="9" viewBox="0 0 10 9" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g filter="url(#filter0_i_6_118)">
|
||||
<path d="M4 2H0V7H4V9H5L10 4.5L5 0H4V2Z" fill="#80B361"/>
|
||||
</g>
|
||||
<path d="M4 2.5C4.27614 2.5 4.5 2.27614 4.5 2V0.5H4.80813L9.25258 4.5L4.80813 8.5H4.5V7C4.5 6.72386 4.27614 6.5 4 6.5H0.5V2.5H4Z" stroke="url(#paint0_linear_6_118)" stroke-linejoin="round"/>
|
||||
<path d="M1.5 5.49999V3.49999H4C4.7149 3.49999 5.26594 3.02571 5.44117 2.41686L7.75306 4.5L5.44127 6.58307C5.26297 5.96434 4.69748 5.49999 4.00492 5.49999H1.5Z" stroke="white" stroke-opacity="0.2" stroke-linejoin="round"/>
|
||||
<defs>
|
||||
<filter id="filter0_i_6_118" x="0" y="0" width="12" height="11" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
||||
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
||||
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
||||
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
||||
<feOffset dx="2" dy="2"/>
|
||||
<feGaussianBlur stdDeviation="1"/>
|
||||
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
|
||||
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0"/>
|
||||
<feBlend mode="normal" in2="shape" result="effect1_innerShadow_6_118"/>
|
||||
</filter>
|
||||
<linearGradient id="paint0_linear_6_118" x1="8.57143" y1="7.71429" x2="2.17837" y2="0.610892" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#247C10"/>
|
||||
<stop offset="1" stop-color="#6FA53D"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
After Width: | Height: | Size: 1.5 KiB |
22
decorators/arrow left down.svg
Normal file
@ -0,0 +1,22 @@
|
||||
<svg width="6" height="6" viewBox="0 0 6 6" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g filter="url(#filter0_i_18_594)">
|
||||
<path d="M1.38462 2.30769L3.69231 0L6 2.30769L3.69231 4.61538L5.07692 6H0L0 0.923077L1.38462 2.30769Z" fill="#82C27C"/>
|
||||
</g>
|
||||
<path d="M3.33875 4.96894L3.86982 5.5H0.5L0.5 2.13018L1.03106 2.66125C1.22632 2.85651 1.54291 2.85651 1.73817 2.66125L3.69231 0.707107L5.29289 2.30769L3.33875 4.26183C3.14349 4.45709 3.14349 4.77368 3.33875 4.96894Z" stroke="url(#paint0_linear_18_594)" stroke-linejoin="round"/>
|
||||
<defs>
|
||||
<filter id="filter0_i_18_594" x="0" y="0" width="7" height="7" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
||||
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
||||
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
||||
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
||||
<feOffset dx="1" dy="1"/>
|
||||
<feGaussianBlur stdDeviation="1"/>
|
||||
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
|
||||
<feColorMatrix type="matrix" values="0 0 0 0 0.71381 0 0 0 0 0.864312 0 0 0 0 0.687251 0 0 0 1 0"/>
|
||||
<feBlend mode="normal" in2="shape" result="effect1_innerShadow_18_594"/>
|
||||
</filter>
|
||||
<linearGradient id="paint0_linear_18_594" x1="0" y1="0" x2="4.65146" y2="6.62296" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#80C178"/>
|
||||
<stop offset="1" stop-color="#2A6B26"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
After Width: | Height: | Size: 1.4 KiB |
40
decorators/arrow refresh.svg
Normal file
@ -0,0 +1,40 @@
|
||||
<svg width="11" height="14" viewBox="0 0 11 14" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g filter="url(#filter0_i_77_3712)">
|
||||
<path d="M6 -1.74846e-07L6 2L4 2C1.79086 2 -1.65704e-07 3.79086 -2.62268e-07 6L3 6C3 5.44772 3.44772 5 4 5L6 5L6 7L10 3.5L6 -1.74846e-07Z" fill="#82C27C"/>
|
||||
</g>
|
||||
<path d="M6 2.5C6.27614 2.5 6.5 2.27614 6.5 2L6.5 1.10188L9.2407 3.5L6.5 5.89812L6.5 5C6.5 4.86739 6.44732 4.74021 6.35355 4.64645C6.25978 4.55268 6.13261 4.5 6 4.5L4 4.5C3.34689 4.5 2.79127 4.9174 2.58535 5.5L0.535444 5.5C0.778059 3.80385 2.23676 2.5 4 2.5L6 2.5Z" stroke="url(#paint0_linear_77_3712)" stroke-linejoin="round"/>
|
||||
<g filter="url(#filter1_i_77_3712)">
|
||||
<path d="M5 14V12L7 12C9.20914 12 11 10.2091 11 8H8C8 8.55228 7.55228 9 7 9L5 9V7L1 10.5L5 14Z" fill="#82C27C"/>
|
||||
</g>
|
||||
<path d="M5 11.5C4.72386 11.5 4.5 11.7239 4.5 12V12.8981L1.7593 10.5L4.5 8.10188L4.5 9C4.5 9.13261 4.55268 9.25979 4.64645 9.35355C4.74021 9.44732 4.86739 9.5 5 9.5L7 9.5C7.65311 9.5 8.20873 9.0826 8.41465 8.5H10.4646C10.2219 10.1961 8.76324 11.5 7 11.5L5 11.5Z" stroke="url(#paint1_linear_77_3712)" stroke-linejoin="round"/>
|
||||
<defs>
|
||||
<filter id="filter0_i_77_3712" x="0" y="0" width="11" height="8" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
||||
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
||||
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
||||
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
||||
<feOffset dx="1" dy="1"/>
|
||||
<feGaussianBlur stdDeviation="1"/>
|
||||
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
|
||||
<feColorMatrix type="matrix" values="0 0 0 0 0.71381 0 0 0 0 0.864312 0 0 0 0 0.687251 0 0 0 1 0"/>
|
||||
<feBlend mode="normal" in2="shape" result="effect1_innerShadow_77_3712"/>
|
||||
</filter>
|
||||
<filter id="filter1_i_77_3712" x="1" y="7" width="11" height="8" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
||||
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
||||
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
||||
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
||||
<feOffset dx="1" dy="1"/>
|
||||
<feGaussianBlur stdDeviation="1"/>
|
||||
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
|
||||
<feColorMatrix type="matrix" values="0 0 0 0 0.71381 0 0 0 0 0.864312 0 0 0 0 0.687251 0 0 0 1 0"/>
|
||||
<feBlend mode="normal" in2="shape" result="effect1_innerShadow_77_3712"/>
|
||||
</filter>
|
||||
<linearGradient id="paint0_linear_77_3712" x1="11" y1="7" x2="4.91275" y2="0.184746" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#2A6B26"/>
|
||||
<stop offset="1" stop-color="#80C178"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint1_linear_77_3712" x1="1" y1="7" x2="8.20119" y2="12.9644" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#80C178"/>
|
||||
<stop offset="1" stop-color="#2A6B26"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
After Width: | Height: | Size: 2.9 KiB |
22
decorators/arrow up.svg
Normal file
@ -0,0 +1,22 @@
|
||||
<svg width="8" height="7" viewBox="0 0 8 7" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g filter="url(#filter0_i_4_1335)">
|
||||
<path d="M2 4V7H6V4H8L4 0L0 4H2Z" fill="#82C27C"/>
|
||||
</g>
|
||||
<path d="M2.5 4C2.5 3.72386 2.27614 3.5 2 3.5H1.20711L4 0.707107L6.79289 3.5H6C5.72386 3.5 5.5 3.72386 5.5 4V6.5H2.5V4Z" stroke="url(#paint0_linear_4_1335)" stroke-linejoin="round"/>
|
||||
<defs>
|
||||
<filter id="filter0_i_4_1335" x="0" y="0" width="9" height="8" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
||||
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
||||
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
||||
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
||||
<feOffset dx="1" dy="1"/>
|
||||
<feGaussianBlur stdDeviation="1"/>
|
||||
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
|
||||
<feColorMatrix type="matrix" values="0 0 0 0 0.71381 0 0 0 0 0.864312 0 0 0 0 0.687251 0 0 0 1 0"/>
|
||||
<feBlend mode="normal" in2="shape" result="effect1_innerShadow_4_1335"/>
|
||||
</filter>
|
||||
<linearGradient id="paint0_linear_4_1335" x1="6.85714" y1="6" x2="1.90139" y2="0.336283" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#2A6B26"/>
|
||||
<stop offset="1" stop-color="#80C178"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
After Width: | Height: | Size: 1.3 KiB |
9
decorators/attach.svg
Normal file
@ -0,0 +1,9 @@
|
||||
<svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M6 1L1.72366 5.27633C1.26031 5.73968 1 6.36812 1 7.0234V7.0234C1 8.11504 1.88495 8.99999 2.97659 8.99999V8.99999C3.63187 8.99999 4.26031 8.73968 4.72366 8.27633L8.58345 4.41654C8.85016 4.14983 9 3.78329 9 3.4061V3.4061C9 2.61858 8.35324 1.97293 7.56587 1.98867V1.98867C7.20278 1.99594 6.85658 2.14341 6.59979 2.4002L3.20711 5.79288C3.0745 5.92549 3 6.10535 3 6.29288V6.29288C3 6.68341 3.31658 6.99999 3.70711 6.99999V6.99999C3.89464 6.99999 4.0745 6.92549 4.20711 6.79288L7.5 3.49999" stroke="url(#paint0_linear_133_2104)" stroke-linecap="round"/>
|
||||
<defs>
|
||||
<linearGradient id="paint0_linear_133_2104" x1="6.66667" y1="6.76" x2="3.46933" y2="3.42944" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#565656"/>
|
||||
<stop offset="1" stop-color="#A5A5A5"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
After Width: | Height: | Size: 887 B |
19
decorators/audio wave.svg
Normal file
@ -0,0 +1,19 @@
|
||||
<svg width="7" height="11" viewBox="0 0 7 11" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M0.707107 6.21502C0.888072 6.03406 1 5.78406 1 5.50791C1 5.23177 0.888071 4.98177 0.707107 4.80081L0 5.50791L0.707107 6.21502Z" fill="url(#paint0_linear_462_7845)"/>
|
||||
<path d="M2.82843 8.33634C3.55229 7.61248 4 6.61248 4 5.50791C4 4.40334 3.55229 3.40334 2.82843 2.67949L1.41421 4.0937C1.77614 4.45563 2 4.95563 2 5.50791C2 6.0602 1.77614 6.5602 1.41421 6.92213L2.82843 8.33634Z" fill="url(#paint1_linear_462_7845)"/>
|
||||
<path d="M4.94975 10.4577C6.2165 9.19091 7 7.44091 7 5.50791C7 3.57492 6.2165 1.82492 4.94975 0.558167L3.53553 1.97238C4.44036 2.8772 5 4.1272 5 5.50791C5 6.88863 4.44036 8.13863 3.53553 9.04345L4.94975 10.4577Z" fill="url(#paint2_linear_462_7845)"/>
|
||||
<defs>
|
||||
<linearGradient id="paint0_linear_462_7845" x1="3.5" y1="0.558167" x2="3.5" y2="10.4577" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#EC696D"/>
|
||||
<stop offset="1" stop-color="#ED323D"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint1_linear_462_7845" x1="3.5" y1="0.558167" x2="3.5" y2="10.4577" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#EC696D"/>
|
||||
<stop offset="1" stop-color="#ED323D"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint2_linear_462_7845" x1="3.5" y1="0.558167" x2="3.5" y2="10.4577" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#EC696D"/>
|
||||
<stop offset="1" stop-color="#ED323D"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
After Width: | Height: | Size: 1.4 KiB |
118
decorators/bell.svg
Normal file
@ -0,0 +1,118 @@
|
||||
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g filter="url(#filter0_ii_161_3208)">
|
||||
<circle cx="10.6078" cy="3.76278" r="1.53151" fill="url(#paint0_linear_161_3208)"/>
|
||||
</g>
|
||||
<circle cx="10.6078" cy="3.76278" r="1.03151" stroke="url(#paint1_linear_161_3208)" stroke-linecap="round"/>
|
||||
<g filter="url(#filter1_ii_161_3208)">
|
||||
<ellipse cx="5.67059" cy="10.6561" rx="5.3603" ry="2.23099" transform="rotate(35 5.67059 10.6561)" fill="url(#paint2_linear_161_3208)"/>
|
||||
</g>
|
||||
<path d="M9.65191 13.4438C9.57525 13.5533 9.4246 13.6587 9.13548 13.7073C8.84394 13.7563 8.45283 13.7385 7.97797 13.634C7.03057 13.4257 5.84973 12.8947 4.67773 12.074C3.50573 11.2534 2.60287 10.3254 2.08306 9.50638C1.82251 9.09587 1.67201 8.73444 1.61834 8.44373C1.5651 8.15543 1.6126 7.97782 1.68926 7.86834C1.76592 7.75885 1.91657 7.65348 2.20569 7.60489C2.49723 7.55591 2.88834 7.57371 3.3632 7.67814C4.3106 7.88649 5.49144 8.4175 6.66344 9.23815C7.83544 10.0588 8.7383 10.9868 9.25811 11.8058C9.51866 12.2163 9.66916 12.5777 9.72283 12.8685C9.77607 13.1568 9.72857 13.3344 9.65191 13.4438Z" stroke="url(#paint3_linear_161_3208)" stroke-linecap="round"/>
|
||||
<g filter="url(#filter2_ii_161_3208)">
|
||||
<circle cx="6.14789" cy="9.97456" r="2.29727" transform="rotate(35 6.14789 9.97456)" fill="url(#paint4_linear_161_3208)"/>
|
||||
</g>
|
||||
<circle cx="6.14789" cy="9.97456" r="1.79727" transform="rotate(35 6.14789 9.97456)" stroke="url(#paint5_linear_161_3208)" stroke-linecap="round"/>
|
||||
<mask id="path-7-inside-1_161_3208" fill="white">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.04747 3.34475C8.39403 3.02053 9.3567 3.37782 9.66971 3.59699L10.9218 4.47368C11.2771 4.85448 12.0013 5.86316 12.0556 6.85152C12.0824 7.33807 11.8363 7.94911 11.4738 8.84939C11.2698 9.35598 11.029 9.95415 10.7791 10.6733C10.7463 10.7676 10.7513 10.9191 10.7579 11.1182C10.7767 11.6827 10.8082 12.6303 10.0268 13.7462L9.20668 13.172C9.38052 12.4129 8.211 10.9158 6.41098 9.65537C4.61095 8.39498 2.80411 7.80804 2.15026 8.23103L1.26247 7.60939C2.0367 6.50366 2.93415 6.20838 3.47155 6.03156C3.66787 5.96696 3.81615 5.91817 3.89281 5.85146C4.36557 5.4401 4.75128 5.06476 5.08949 4.73566C5.83165 4.01346 6.34505 3.51388 7.04747 3.34475Z"/>
|
||||
</mask>
|
||||
<g filter="url(#filter3_iii_161_3208)">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.04747 3.34475C8.39403 3.02053 9.3567 3.37782 9.66971 3.59699L10.9218 4.47368C11.2771 4.85448 12.0013 5.86316 12.0556 6.85152C12.0824 7.33807 11.8363 7.94911 11.4738 8.84939C11.2698 9.35598 11.029 9.95415 10.7791 10.6733C10.7463 10.7676 10.7513 10.9191 10.7579 11.1182C10.7767 11.6827 10.8082 12.6303 10.0268 13.7462L9.20668 13.172C9.38052 12.4129 8.211 10.9158 6.41098 9.65537C4.61095 8.39498 2.80411 7.80804 2.15026 8.23103L1.26247 7.60939C2.0367 6.50366 2.93415 6.20838 3.47155 6.03156C3.66787 5.96696 3.81615 5.91817 3.89281 5.85146C4.36557 5.4401 4.75128 5.06476 5.08949 4.73566C5.83165 4.01346 6.34505 3.51388 7.04747 3.34475Z" fill="url(#paint6_radial_161_3208)"/>
|
||||
</g>
|
||||
<path d="M9.66971 3.59699L9.09613 4.41614L9.66971 3.59699ZM7.04747 3.34475L6.81338 2.37254L6.81338 2.37254L7.04747 3.34475ZM10.9218 4.47368L11.6529 3.79144L11.5813 3.71472L11.4953 3.65453L10.9218 4.47368ZM12.0556 6.85152L13.0541 6.79665L13.0541 6.79665L12.0556 6.85152ZM11.4738 8.84939L10.5462 8.47586L10.5462 8.47586L11.4738 8.84939ZM10.7791 10.6733L11.7237 11.0015L11.7237 11.0015L10.7791 10.6733ZM10.7579 11.1182L11.7574 11.085L11.7574 11.085L10.7579 11.1182ZM10.0268 13.7462L9.45321 14.5654L10.2724 15.139L10.8459 14.3198L10.0268 13.7462ZM9.20668 13.172L8.23191 12.9487L8.08162 13.605L8.6331 13.9911L9.20668 13.172ZM2.15026 8.23103L1.57668 9.05018L2.12816 9.43633L2.69342 9.07065L2.15026 8.23103ZM1.26247 7.60939L0.443315 7.03581L-0.130261 7.85496L0.688891 8.42854L1.26247 7.60939ZM3.47155 6.03156L3.7841 6.98146L3.7841 6.98146L3.47155 6.03156ZM3.89281 5.85146L3.23639 5.09707L3.23639 5.09707L3.89281 5.85146ZM5.08949 4.73566L4.39209 4.01898L4.39209 4.01898L5.08949 4.73566ZM10.2433 2.77784C9.6733 2.37873 8.41126 1.9878 6.81338 2.37254L7.28155 4.31697C7.8187 4.18763 8.25921 4.19865 8.57855 4.25295C8.73928 4.28028 8.86773 4.31831 8.96084 4.35384C9.05947 4.39146 9.10088 4.41947 9.09613 4.41614L10.2433 2.77784ZM11.4953 3.65453L10.2433 2.77784L9.09613 4.41614L10.3482 5.29284L11.4953 3.65453ZM13.0541 6.79665C13.0155 6.09441 12.7476 5.44448 12.4783 4.95373C12.2051 4.45577 11.8858 4.04109 11.6529 3.79144L10.1906 5.15592C10.313 5.28707 10.5336 5.56713 10.7249 5.9158C10.9201 6.27168 11.0414 6.62027 11.0572 6.90639L13.0541 6.79665ZM12.4014 9.22291C12.5779 8.78464 12.7465 8.36774 12.8639 7.99777C12.9804 7.63066 13.0774 7.2198 13.0541 6.79665L11.0572 6.90638C11.0606 6.96979 11.048 7.10773 10.9575 7.39284C10.868 7.67511 10.7322 8.01386 10.5462 8.47586L12.4014 9.22291ZM11.7237 11.0015C11.9648 10.3076 12.1974 9.72949 12.4014 9.22291L10.5462 8.47586C10.3422 8.98247 10.0931 9.60068 9.83447 10.345L11.7237 11.0015ZM11.7574 11.085C11.7557 11.0337 11.7543 10.9936 11.7536 10.9576C11.7529 10.9217 11.7529 10.8986 11.7533 10.8835C11.7538 10.8676 11.7544 10.8705 11.7524 10.8855C11.7506 10.8992 11.7442 10.9424 11.7237 11.0015L9.83447 10.345C9.76595 10.5422 9.75677 10.7297 9.75407 10.8295C9.75108 10.9405 9.75548 11.0615 9.75847 11.1515L11.7574 11.085ZM10.8459 14.3198C11.8175 12.9323 11.7782 11.7127 11.7574 11.085L9.75847 11.1515C9.77514 11.6528 9.79891 12.3282 9.20763 13.1727L10.8459 14.3198ZM8.6331 13.9911L9.45321 14.5654L10.6004 12.9271L9.78025 12.3528L8.6331 13.9911ZM5.8374 10.4745C6.67552 11.0614 7.3413 11.6867 7.76468 12.222C7.97737 12.4909 8.1083 12.7113 8.1759 12.8705C8.25122 13.0478 8.20814 13.0526 8.23191 12.9487L10.1814 13.3952C10.2921 12.9119 10.1681 12.4448 10.0167 12.0886C9.85769 11.7141 9.61633 11.3391 9.33338 10.9813C8.76545 10.2632 7.94645 9.50975 6.98455 8.83622L5.8374 10.4745ZM2.69342 9.07065C2.60401 9.1285 2.59375 9.08638 2.78615 9.09651C2.95884 9.1056 3.2107 9.15326 3.53616 9.26114C4.184 9.47589 4.99928 9.88766 5.8374 10.4745L6.98455 8.83622C6.02265 8.16269 5.0345 7.6508 4.16545 7.36272C3.73247 7.2192 3.29752 7.12066 2.89128 7.09927C2.50474 7.07893 2.02344 7.12206 1.6071 7.3914L2.69342 9.07065ZM0.688891 8.42854L1.57668 9.05018L2.72384 7.41188L1.83604 6.79024L0.688891 8.42854ZM3.15901 5.08165C2.56348 5.2776 1.40764 5.65861 0.443315 7.03581L2.08162 8.18296C2.66577 7.34872 3.30481 7.13916 3.7841 6.98146L3.15901 5.08165ZM3.23639 5.09707C3.26391 5.07313 3.28819 5.05555 3.30632 5.04348C3.32449 5.03137 3.33888 5.0232 3.34761 5.01849C3.3636 5.00986 3.36852 5.00866 3.35417 5.01443C3.34056 5.01989 3.31883 5.02799 3.28395 5.03999C3.2489 5.05206 3.20961 5.065 3.15901 5.08165L3.7841 6.98146C3.87244 6.95239 3.99258 6.91333 4.09994 6.87018C4.19521 6.83189 4.38013 6.753 4.54924 6.60586L3.23639 5.09707ZM4.39209 4.01898C4.05352 4.34844 3.68578 4.70604 3.23639 5.09707L4.54924 6.60586C5.04536 6.17416 5.44905 5.78109 5.78689 5.45234L4.39209 4.01898ZM6.81338 2.37254C5.79114 2.61867 5.07586 3.3536 4.39209 4.01898L5.78689 5.45234C6.58745 4.67331 6.89895 4.40909 7.28155 4.31697L6.81338 2.37254Z" fill="url(#paint7_linear_161_3208)" mask="url(#path-7-inside-1_161_3208)"/>
|
||||
<defs>
|
||||
<filter id="filter0_ii_161_3208" x="9.07629" y="2.23126" width="3.06299" height="3.06305" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
||||
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
||||
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
||||
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
||||
<feOffset dx="2.5" dy="2"/>
|
||||
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
|
||||
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.66 0"/>
|
||||
<feBlend mode="soft-light" in2="shape" result="effect1_innerShadow_161_3208"/>
|
||||
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
||||
<feOffset dx="1.5" dy="1.5"/>
|
||||
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
|
||||
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.66 0"/>
|
||||
<feBlend mode="normal" in2="effect1_innerShadow_161_3208" result="effect2_innerShadow_161_3208"/>
|
||||
</filter>
|
||||
<filter id="filter1_ii_161_3208" x="1.09583" y="7.07886" width="9.14954" height="7.15448" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
||||
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
||||
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
||||
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
||||
<feOffset dx="-0.75" dy="2"/>
|
||||
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
|
||||
<feColorMatrix type="matrix" values="0 0 0 0 0.533333 0 0 0 0 0.290196 0 0 0 0 0.0352941 0 0 0 0.66 0"/>
|
||||
<feBlend mode="darken" in2="shape" result="effect1_innerShadow_161_3208"/>
|
||||
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
||||
<feOffset dx="1.5" dy="-1.5"/>
|
||||
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
|
||||
<feColorMatrix type="matrix" values="0 0 0 0 0.988235 0 0 0 0 0.94902 0 0 0 0 0.533333 0 0 0 1 0"/>
|
||||
<feBlend mode="normal" in2="effect1_innerShadow_161_3208" result="effect2_innerShadow_161_3208"/>
|
||||
</filter>
|
||||
<filter id="filter2_ii_161_3208" x="3.85046" y="7.67706" width="4.59485" height="4.59497" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
||||
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
||||
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
||||
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
||||
<feOffset dx="2.5" dy="2"/>
|
||||
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
|
||||
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.66 0"/>
|
||||
<feBlend mode="soft-light" in2="shape" result="effect1_innerShadow_161_3208"/>
|
||||
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
||||
<feOffset dx="1.5" dy="1.5"/>
|
||||
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
|
||||
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.66 0"/>
|
||||
<feBlend mode="normal" in2="effect1_innerShadow_161_3208" result="effect2_innerShadow_161_3208"/>
|
||||
</filter>
|
||||
<filter id="filter3_iii_161_3208" x="1.26245" y="3.2146" width="10.7952" height="10.5316" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
||||
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
||||
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
||||
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
||||
<feOffset dx="1.5" dy="1.5"/>
|
||||
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
|
||||
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.66 0"/>
|
||||
<feBlend mode="overlay" in2="shape" result="effect1_innerShadow_161_3208"/>
|
||||
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
||||
<feOffset dx="1.25" dy="-1.5"/>
|
||||
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
|
||||
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 0.790012 0 0 0 0 0.496029 0 0 0 1 0"/>
|
||||
<feBlend mode="soft-light" in2="effect1_innerShadow_161_3208" result="effect2_innerShadow_161_3208"/>
|
||||
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
||||
<feOffset dx="-2"/>
|
||||
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
|
||||
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0"/>
|
||||
<feBlend mode="overlay" in2="effect2_innerShadow_161_3208" result="effect3_innerShadow_161_3208"/>
|
||||
</filter>
|
||||
<linearGradient id="paint0_linear_161_3208" x1="9.07629" y1="3.94656" x2="12.1393" y2="3.94656" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#F1CB4A"/>
|
||||
<stop offset="1" stop-color="#DD9D20"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint1_linear_161_3208" x1="9.07629" y1="3.70152" x2="12.1393" y2="3.70152" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#E0B639"/>
|
||||
<stop offset="1" stop-color="#AB7A38"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint2_linear_161_3208" x1="0.310284" y1="10.9238" x2="11.0309" y2="10.9238" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#F1AB4A"/>
|
||||
<stop offset="1" stop-color="#DD8E20"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint3_linear_161_3208" x1="1.33087" y1="7.50845" x2="10.1127" y2="13.6575" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#D7BD3A"/>
|
||||
<stop offset="1" stop-color="#955B0C"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint4_linear_161_3208" x1="3.85062" y1="10.2502" x2="8.44517" y2="10.2502" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#F1AB4A"/>
|
||||
<stop offset="1" stop-color="#DD8E20"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint5_linear_161_3208" x1="3.85062" y1="9.88267" x2="8.44517" y2="9.88267" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#BD8940"/>
|
||||
<stop offset="1" stop-color="#C57624"/>
|
||||
</linearGradient>
|
||||
<radialGradient id="paint6_radial_161_3208" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(6.99885 9.56106) rotate(-81.5194) scale(6.84642 7.65881)">
|
||||
<stop stop-color="#BC7D25"/>
|
||||
<stop offset="0.534375" stop-color="#F4B22F"/>
|
||||
<stop offset="1" stop-color="#FFE76F"/>
|
||||
</radialGradient>
|
||||
<linearGradient id="paint7_linear_161_3208" x1="1.6245" y1="2.76822" x2="10.0404" y2="14.6112" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0.245673" stop-color="#DEC43F"/>
|
||||
<stop offset="0.482332" stop-color="#D7AD3A"/>
|
||||
<stop offset="1" stop-color="#975E0E"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
After Width: | Height: | Size: 13 KiB |
15
decorators/black.svg
Normal file
@ -0,0 +1,15 @@
|
||||
<svg width="7" height="7" viewBox="0 0 7 7" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<circle cx="3.5" cy="3.5" r="3.5" fill="url(#paint0_radial_67_1750)"/>
|
||||
<circle cx="3.5" cy="3.5" r="3" stroke="url(#paint1_linear_67_1750)" stroke-opacity="0.66"/>
|
||||
<circle cx="3.5" cy="3.5" r="2" stroke="white" stroke-opacity="0.33"/>
|
||||
<defs>
|
||||
<radialGradient id="paint0_radial_67_1750" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(6 6) rotate(-135) scale(7.07107)">
|
||||
<stop offset="0.33125" stop-color="#565656"/>
|
||||
<stop offset="1" stop-color="#BCBCBC"/>
|
||||
</radialGradient>
|
||||
<linearGradient id="paint1_linear_67_1750" x1="0" y1="0" x2="7" y2="7" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#1D1D1D"/>
|
||||
<stop offset="1"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
After Width: | Height: | Size: 780 B |
11
decorators/blue gray.svg
Normal file
@ -0,0 +1,11 @@
|
||||
<svg width="7" height="7" viewBox="0 0 7 7" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<circle cx="3.5" cy="3.5" r="3.5" fill="url(#paint0_radial_3_1264)"/>
|
||||
<circle cx="3.5" cy="3.5" r="3" stroke="#9BBDE2" stroke-opacity="0.66"/>
|
||||
<circle cx="3.5" cy="3.5" r="2" stroke="white" stroke-opacity="0.33"/>
|
||||
<defs>
|
||||
<radialGradient id="paint0_radial_3_1264" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(6 6) rotate(-135) scale(7.07107)">
|
||||
<stop offset="0.33" stop-color="#B0D2F3"/>
|
||||
<stop offset="1" stop-color="#E0EEFC"/>
|
||||
</radialGradient>
|
||||
</defs>
|
||||
</svg>
|
After Width: | Height: | Size: 586 B |
15
decorators/blue.svg
Normal file
@ -0,0 +1,15 @@
|
||||
<svg width="7" height="7" viewBox="0 0 7 7" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<circle cx="3.5" cy="3.5" r="3.5" fill="url(#paint0_radial_67_1749)"/>
|
||||
<circle cx="3.5" cy="3.5" r="3" stroke="url(#paint1_linear_67_1749)" stroke-opacity="0.66"/>
|
||||
<circle cx="3.5" cy="3.5" r="2" stroke="white" stroke-opacity="0.33"/>
|
||||
<defs>
|
||||
<radialGradient id="paint0_radial_67_1749" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(6 6) rotate(-135) scale(7.07107)">
|
||||
<stop offset="0.33125" stop-color="#6EC2F5"/>
|
||||
<stop offset="1" stop-color="#E0EEFC"/>
|
||||
</radialGradient>
|
||||
<linearGradient id="paint1_linear_67_1749" x1="0" y1="0" x2="7" y2="7" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#00A1F9"/>
|
||||
<stop offset="1" stop-color="#0082BB" stop-opacity="0.835294"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
After Width: | Height: | Size: 825 B |
84
decorators/brick gray.svg
Normal file
@ -0,0 +1,84 @@
|
||||
<svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M1 3.54822L5 5.54822V8.54822L1 6.54822V3.54822Z" fill="url(#paint0_linear_155_2558)"/>
|
||||
<path d="M9 3.54822L5 5.54822V8.54822L9 6.54822V3.54822Z" fill="#A4A4A4"/>
|
||||
<path d="M5 1.54822L1 3.54822L5 5.54822L9 3.54822L5 1.54822Z" fill="#A6A6A6"/>
|
||||
<path d="M4.77639 8.99543L5 9.10723L5.22361 8.99543L9.22361 6.99543L9.5 6.85723V6.54822V3.54822V3.2392L9.22361 3.101L5.22361 1.101L5 0.989201L4.77639 1.101L0.776393 3.101L0.5 3.2392V3.54822V6.54822V6.85723L0.776393 6.99543L4.77639 8.99543Z" stroke="url(#paint1_linear_155_2558)"/>
|
||||
<g filter="url(#filter0_d_155_2558)">
|
||||
<ellipse cx="5" cy="1.54822" rx="1" ry="0.5" fill="#CACACA"/>
|
||||
<path d="M5 2.54822C5.33693 2.54822 5.66669 2.481 5.93071 2.34898C6.16483 2.23193 6.5 1.9777 6.5 1.54822C6.5 1.11873 6.16483 0.864509 5.93071 0.747451C5.66669 0.615439 5.33693 0.548218 5 0.548218C4.66307 0.548218 4.33331 0.615439 4.06929 0.747451C3.83517 0.864509 3.5 1.11873 3.5 1.54822C3.5 1.9777 3.83517 2.23193 4.06929 2.34898C4.33331 2.481 4.66307 2.54822 5 2.54822Z" stroke="url(#paint2_linear_155_2558)"/>
|
||||
</g>
|
||||
<g filter="url(#filter1_d_155_2558)">
|
||||
<ellipse cx="3" cy="2.54822" rx="1" ry="0.5" fill="#CACACA"/>
|
||||
<path d="M3 3.54822C3.33693 3.54822 3.66669 3.481 3.93071 3.34898C4.16483 3.23193 4.5 2.9777 4.5 2.54822C4.5 2.11873 4.16483 1.86451 3.93071 1.74745C3.66669 1.61544 3.33693 1.54822 3 1.54822C2.66307 1.54822 2.33331 1.61544 2.06929 1.74745C1.83517 1.86451 1.5 2.11873 1.5 2.54822C1.5 2.9777 1.83517 3.23193 2.06929 3.34898C2.33331 3.481 2.66307 3.54822 3 3.54822Z" stroke="url(#paint3_linear_155_2558)"/>
|
||||
</g>
|
||||
<g filter="url(#filter2_d_155_2558)">
|
||||
<ellipse cx="7" cy="2.54822" rx="1" ry="0.5" fill="#CACACA"/>
|
||||
<path d="M7 3.54822C7.33693 3.54822 7.66669 3.481 7.93071 3.34898C8.16483 3.23193 8.5 2.9777 8.5 2.54822C8.5 2.11873 8.16483 1.86451 7.93071 1.74745C7.66669 1.61544 7.33693 1.54822 7 1.54822C6.66307 1.54822 6.33331 1.61544 6.06929 1.74745C5.83517 1.86451 5.5 2.11873 5.5 2.54822C5.5 2.9777 5.83517 3.23193 6.06929 3.34898C6.33331 3.481 6.66307 3.54822 7 3.54822Z" stroke="url(#paint4_linear_155_2558)"/>
|
||||
</g>
|
||||
<g filter="url(#filter3_d_155_2558)">
|
||||
<ellipse cx="5" cy="3.54822" rx="1" ry="0.5" fill="#CACACA"/>
|
||||
<path d="M5 4.54822C5.33693 4.54822 5.66669 4.481 5.93071 4.34898C6.16483 4.23193 6.5 3.9777 6.5 3.54822C6.5 3.11873 6.16483 2.86451 5.93071 2.74745C5.66669 2.61544 5.33693 2.54822 5 2.54822C4.66307 2.54822 4.33331 2.61544 4.06929 2.74745C3.83517 2.86451 3.5 3.11873 3.5 3.54822C3.5 3.9777 3.83517 4.23193 4.06929 4.34898C4.33331 4.481 4.66307 4.54822 5 4.54822Z" stroke="url(#paint5_linear_155_2558)"/>
|
||||
</g>
|
||||
<defs>
|
||||
<filter id="filter0_d_155_2558" x="3" y="0.0482178" width="4" height="3.5" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
||||
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
||||
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
||||
<feOffset dy="0.5"/>
|
||||
<feComposite in2="hardAlpha" operator="out"/>
|
||||
<feColorMatrix type="matrix" values="0 0 0 0 0.73252 0 0 0 0 0.73252 0 0 0 0 0.73252 0 0 0 1 0"/>
|
||||
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_155_2558"/>
|
||||
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_155_2558" result="shape"/>
|
||||
</filter>
|
||||
<filter id="filter1_d_155_2558" x="1" y="1.04822" width="4" height="3.5" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
||||
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
||||
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
||||
<feOffset dy="0.5"/>
|
||||
<feComposite in2="hardAlpha" operator="out"/>
|
||||
<feColorMatrix type="matrix" values="0 0 0 0 0.73252 0 0 0 0 0.73252 0 0 0 0 0.73252 0 0 0 1 0"/>
|
||||
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_155_2558"/>
|
||||
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_155_2558" result="shape"/>
|
||||
</filter>
|
||||
<filter id="filter2_d_155_2558" x="5" y="1.04822" width="4" height="3.5" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
||||
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
||||
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
||||
<feOffset dy="0.5"/>
|
||||
<feComposite in2="hardAlpha" operator="out"/>
|
||||
<feColorMatrix type="matrix" values="0 0 0 0 0.73252 0 0 0 0 0.73252 0 0 0 0 0.73252 0 0 0 1 0"/>
|
||||
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_155_2558"/>
|
||||
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_155_2558" result="shape"/>
|
||||
</filter>
|
||||
<filter id="filter3_d_155_2558" x="3" y="2.04822" width="4" height="3.5" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
||||
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
||||
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
||||
<feOffset dy="0.5"/>
|
||||
<feComposite in2="hardAlpha" operator="out"/>
|
||||
<feColorMatrix type="matrix" values="0 0 0 0 0.73252 0 0 0 0 0.73252 0 0 0 0 0.73252 0 0 0 1 0"/>
|
||||
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_155_2558"/>
|
||||
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_155_2558" result="shape"/>
|
||||
</filter>
|
||||
<linearGradient id="paint0_linear_155_2558" x1="1" y1="7.04822" x2="4.96728" y2="7.40849" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#D5D5D5"/>
|
||||
<stop offset="1" stop-color="#BDBDBD"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint1_linear_155_2558" x1="1.09375" y1="1.54822" x2="8.48221" y2="9.05766" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#969696"/>
|
||||
<stop offset="1" stop-color="#7D7D7D"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint2_linear_155_2558" x1="5" y1="1.04822" x2="5" y2="2.04822" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0.245" stop-color="#858585"/>
|
||||
<stop offset="1" stop-color="#A4A4A4"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint3_linear_155_2558" x1="3" y1="2.04822" x2="3" y2="3.04822" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0.245" stop-color="#858585"/>
|
||||
<stop offset="1" stop-color="#A4A4A4"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint4_linear_155_2558" x1="7" y1="2.04822" x2="7" y2="3.04822" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0.245" stop-color="#858585"/>
|
||||
<stop offset="1" stop-color="#A4A4A4"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint5_linear_155_2558" x1="5" y1="3.04822" x2="5" y2="4.04822" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0.245" stop-color="#858585"/>
|
||||
<stop offset="1" stop-color="#A4A4A4"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
After Width: | Height: | Size: 6.5 KiB |
84
decorators/brick red.svg
Normal file
@ -0,0 +1,84 @@
|
||||
<svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M1 3.54822L5 5.54822V8.54822L1 6.54822V3.54822Z" fill="url(#paint0_linear_155_2539)"/>
|
||||
<path d="M9 3.54822L5 5.54822V8.54822L9 6.54822V3.54822Z" fill="#E9625F"/>
|
||||
<path d="M5 1.54822L1 3.54822L5 5.54822L9 3.54822L5 1.54822Z" fill="#EA6361"/>
|
||||
<path d="M4.77639 8.99543L5 9.10723L5.22361 8.99543L9.22361 6.99543L9.5 6.85723V6.54822V3.54822V3.2392L9.22361 3.101L5.22361 1.101L5 0.989201L4.77639 1.101L0.776393 3.101L0.5 3.2392V3.54822V6.54822V6.85723L0.776393 6.99543L4.77639 8.99543Z" stroke="url(#paint1_linear_155_2539)"/>
|
||||
<g filter="url(#filter0_d_155_2539)">
|
||||
<ellipse cx="5" cy="1.54822" rx="1" ry="0.5" fill="#FD9998"/>
|
||||
<path d="M5 2.54822C5.33693 2.54822 5.66669 2.481 5.93071 2.34898C6.16483 2.23193 6.5 1.9777 6.5 1.54822C6.5 1.11873 6.16483 0.864509 5.93071 0.747451C5.66669 0.615439 5.33693 0.548218 5 0.548218C4.66307 0.548218 4.33331 0.615439 4.06929 0.747451C3.83517 0.864509 3.5 1.11873 3.5 1.54822C3.5 1.9777 3.83517 2.23193 4.06929 2.34898C4.33331 2.481 4.66307 2.54822 5 2.54822Z" stroke="url(#paint2_linear_155_2539)"/>
|
||||
</g>
|
||||
<g filter="url(#filter1_d_155_2539)">
|
||||
<ellipse cx="3" cy="2.54822" rx="1" ry="0.5" fill="#FD9998"/>
|
||||
<path d="M3 3.54822C3.33693 3.54822 3.66669 3.481 3.93071 3.34898C4.16483 3.23193 4.5 2.9777 4.5 2.54822C4.5 2.11873 4.16483 1.86451 3.93071 1.74745C3.66669 1.61544 3.33693 1.54822 3 1.54822C2.66307 1.54822 2.33331 1.61544 2.06929 1.74745C1.83517 1.86451 1.5 2.11873 1.5 2.54822C1.5 2.9777 1.83517 3.23193 2.06929 3.34898C2.33331 3.481 2.66307 3.54822 3 3.54822Z" stroke="url(#paint3_linear_155_2539)"/>
|
||||
</g>
|
||||
<g filter="url(#filter2_d_155_2539)">
|
||||
<ellipse cx="7" cy="2.54822" rx="1" ry="0.5" fill="#FD9998"/>
|
||||
<path d="M7 3.54822C7.33693 3.54822 7.66669 3.481 7.93071 3.34898C8.16483 3.23193 8.5 2.9777 8.5 2.54822C8.5 2.11873 8.16483 1.86451 7.93071 1.74745C7.66669 1.61544 7.33693 1.54822 7 1.54822C6.66307 1.54822 6.33331 1.61544 6.06929 1.74745C5.83517 1.86451 5.5 2.11873 5.5 2.54822C5.5 2.9777 5.83517 3.23193 6.06929 3.34898C6.33331 3.481 6.66307 3.54822 7 3.54822Z" stroke="url(#paint4_linear_155_2539)"/>
|
||||
</g>
|
||||
<g filter="url(#filter3_d_155_2539)">
|
||||
<ellipse cx="5" cy="3.54822" rx="1" ry="0.5" fill="#FD9998"/>
|
||||
<path d="M5 4.54822C5.33693 4.54822 5.66669 4.481 5.93071 4.34898C6.16483 4.23193 6.5 3.9777 6.5 3.54822C6.5 3.11873 6.16483 2.86451 5.93071 2.74745C5.66669 2.61544 5.33693 2.54822 5 2.54822C4.66307 2.54822 4.33331 2.61544 4.06929 2.74745C3.83517 2.86451 3.5 3.11873 3.5 3.54822C3.5 3.9777 3.83517 4.23193 4.06929 4.34898C4.33331 4.481 4.66307 4.54822 5 4.54822Z" stroke="url(#paint5_linear_155_2539)"/>
|
||||
</g>
|
||||
<defs>
|
||||
<filter id="filter0_d_155_2539" x="3" y="0.0482178" width="4" height="3.5" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
||||
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
||||
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
||||
<feOffset dy="0.5"/>
|
||||
<feComposite in2="hardAlpha" operator="out"/>
|
||||
<feColorMatrix type="matrix" values="0 0 0 0 0.939743 0 0 0 0 0.531927 0 0 0 0 0.525296 0 0 0 1 0"/>
|
||||
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_155_2539"/>
|
||||
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_155_2539" result="shape"/>
|
||||
</filter>
|
||||
<filter id="filter1_d_155_2539" x="1" y="1.04822" width="4" height="3.5" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
||||
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
||||
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
||||
<feOffset dy="0.5"/>
|
||||
<feComposite in2="hardAlpha" operator="out"/>
|
||||
<feColorMatrix type="matrix" values="0 0 0 0 0.939743 0 0 0 0 0.531927 0 0 0 0 0.525296 0 0 0 1 0"/>
|
||||
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_155_2539"/>
|
||||
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_155_2539" result="shape"/>
|
||||
</filter>
|
||||
<filter id="filter2_d_155_2539" x="5" y="1.04822" width="4" height="3.5" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
||||
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
||||
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
||||
<feOffset dy="0.5"/>
|
||||
<feComposite in2="hardAlpha" operator="out"/>
|
||||
<feColorMatrix type="matrix" values="0 0 0 0 0.939743 0 0 0 0 0.531927 0 0 0 0 0.525296 0 0 0 1 0"/>
|
||||
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_155_2539"/>
|
||||
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_155_2539" result="shape"/>
|
||||
</filter>
|
||||
<filter id="filter3_d_155_2539" x="3" y="2.04822" width="4" height="3.5" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
||||
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
||||
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
||||
<feOffset dy="0.5"/>
|
||||
<feComposite in2="hardAlpha" operator="out"/>
|
||||
<feColorMatrix type="matrix" values="0 0 0 0 0.939743 0 0 0 0 0.531927 0 0 0 0 0.525296 0 0 0 1 0"/>
|
||||
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_155_2539"/>
|
||||
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_155_2539" result="shape"/>
|
||||
</filter>
|
||||
<linearGradient id="paint0_linear_155_2539" x1="1" y1="7.04822" x2="4.96728" y2="7.40849" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#F9B1B4"/>
|
||||
<stop offset="1" stop-color="#F08A89"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint1_linear_155_2539" x1="1.09375" y1="1.54822" x2="8.48221" y2="9.05766" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#E0524C"/>
|
||||
<stop offset="1" stop-color="#C63D35"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint2_linear_155_2539" x1="5" y1="1.04822" x2="5" y2="2.04822" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0.245" stop-color="#CD433C"/>
|
||||
<stop offset="1" stop-color="#E9625F"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint3_linear_155_2539" x1="3" y1="2.04822" x2="3" y2="3.04822" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0.245" stop-color="#CD433C"/>
|
||||
<stop offset="1" stop-color="#E9625F"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint4_linear_155_2539" x1="7" y1="2.04822" x2="7" y2="3.04822" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0.245" stop-color="#CD433C"/>
|
||||
<stop offset="1" stop-color="#E9625F"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint5_linear_155_2539" x1="5" y1="3.04822" x2="5" y2="4.04822" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0.245" stop-color="#CD433C"/>
|
||||
<stop offset="1" stop-color="#E9625F"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
After Width: | Height: | Size: 6.5 KiB |
84
decorators/brick white.svg
Normal file
@ -0,0 +1,84 @@
|
||||
<svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M1 3.54822L5 5.54822V8.54822L1 6.54822V3.54822Z" fill="url(#paint0_linear_155_2577)"/>
|
||||
<path d="M9 3.54822L5 5.54822V8.54822L9 6.54822V3.54822Z" fill="#C4C4C4"/>
|
||||
<path d="M5 1.54822L1 3.54822L5 5.54822L9 3.54822L5 1.54822Z" fill="#C7C7C7"/>
|
||||
<path d="M4.77639 8.99543L5 9.10723L5.22361 8.99543L9.22361 6.99543L9.5 6.85723V6.54822V3.54822V3.2392L9.22361 3.101L5.22361 1.101L5 0.989201L4.77639 1.101L0.776393 3.101L0.5 3.2392V3.54822V6.54822V6.85723L0.776393 6.99543L4.77639 8.99543Z" stroke="url(#paint1_linear_155_2577)"/>
|
||||
<g filter="url(#filter0_d_155_2577)">
|
||||
<ellipse cx="5" cy="1.54822" rx="1" ry="0.5" fill="#F2F2F2"/>
|
||||
<path d="M5 2.54822C5.33693 2.54822 5.66669 2.481 5.93071 2.34898C6.16483 2.23193 6.5 1.9777 6.5 1.54822C6.5 1.11873 6.16483 0.864509 5.93071 0.747451C5.66669 0.615439 5.33693 0.548218 5 0.548218C4.66307 0.548218 4.33331 0.615439 4.06929 0.747451C3.83517 0.864509 3.5 1.11873 3.5 1.54822C3.5 1.9777 3.83517 2.23193 4.06929 2.34898C4.33331 2.481 4.66307 2.54822 5 2.54822Z" stroke="url(#paint2_linear_155_2577)"/>
|
||||
</g>
|
||||
<g filter="url(#filter1_d_155_2577)">
|
||||
<ellipse cx="3" cy="2.54822" rx="1" ry="0.5" fill="#F2F2F2"/>
|
||||
<path d="M3 3.54822C3.33693 3.54822 3.66669 3.481 3.93071 3.34898C4.16483 3.23193 4.5 2.9777 4.5 2.54822C4.5 2.11873 4.16483 1.86451 3.93071 1.74745C3.66669 1.61544 3.33693 1.54822 3 1.54822C2.66307 1.54822 2.33331 1.61544 2.06929 1.74745C1.83517 1.86451 1.5 2.11873 1.5 2.54822C1.5 2.9777 1.83517 3.23193 2.06929 3.34898C2.33331 3.481 2.66307 3.54822 3 3.54822Z" stroke="url(#paint3_linear_155_2577)"/>
|
||||
</g>
|
||||
<g filter="url(#filter2_d_155_2577)">
|
||||
<ellipse cx="7" cy="2.54822" rx="1" ry="0.5" fill="#F2F2F2"/>
|
||||
<path d="M7 3.54822C7.33693 3.54822 7.66669 3.481 7.93071 3.34898C8.16483 3.23193 8.5 2.9777 8.5 2.54822C8.5 2.11873 8.16483 1.86451 7.93071 1.74745C7.66669 1.61544 7.33693 1.54822 7 1.54822C6.66307 1.54822 6.33331 1.61544 6.06929 1.74745C5.83517 1.86451 5.5 2.11873 5.5 2.54822C5.5 2.9777 5.83517 3.23193 6.06929 3.34898C6.33331 3.481 6.66307 3.54822 7 3.54822Z" stroke="url(#paint4_linear_155_2577)"/>
|
||||
</g>
|
||||
<g filter="url(#filter3_d_155_2577)">
|
||||
<ellipse cx="5" cy="3.54822" rx="1" ry="0.5" fill="#F2F2F2"/>
|
||||
<path d="M5 4.54822C5.33693 4.54822 5.66669 4.481 5.93071 4.34898C6.16483 4.23193 6.5 3.9777 6.5 3.54822C6.5 3.11873 6.16483 2.86451 5.93071 2.74745C5.66669 2.61544 5.33693 2.54822 5 2.54822C4.66307 2.54822 4.33331 2.61544 4.06929 2.74745C3.83517 2.86451 3.5 3.11873 3.5 3.54822C3.5 3.9777 3.83517 4.23193 4.06929 4.34898C4.33331 4.481 4.66307 4.54822 5 4.54822Z" stroke="url(#paint5_linear_155_2577)"/>
|
||||
</g>
|
||||
<defs>
|
||||
<filter id="filter0_d_155_2577" x="3" y="0.0482178" width="4" height="3.5" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
||||
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
||||
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
||||
<feOffset dy="0.5"/>
|
||||
<feComposite in2="hardAlpha" operator="out"/>
|
||||
<feColorMatrix type="matrix" values="0 0 0 0 0.876 0 0 0 0 0.876 0 0 0 0 0.876 0 0 0 1 0"/>
|
||||
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_155_2577"/>
|
||||
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_155_2577" result="shape"/>
|
||||
</filter>
|
||||
<filter id="filter1_d_155_2577" x="1" y="1.04822" width="4" height="3.5" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
||||
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
||||
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
||||
<feOffset dy="0.5"/>
|
||||
<feComposite in2="hardAlpha" operator="out"/>
|
||||
<feColorMatrix type="matrix" values="0 0 0 0 0.876 0 0 0 0 0.876 0 0 0 0 0.876 0 0 0 1 0"/>
|
||||
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_155_2577"/>
|
||||
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_155_2577" result="shape"/>
|
||||
</filter>
|
||||
<filter id="filter2_d_155_2577" x="5" y="1.04822" width="4" height="3.5" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
||||
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
||||
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
||||
<feOffset dy="0.5"/>
|
||||
<feComposite in2="hardAlpha" operator="out"/>
|
||||
<feColorMatrix type="matrix" values="0 0 0 0 0.876 0 0 0 0 0.876 0 0 0 0 0.876 0 0 0 1 0"/>
|
||||
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_155_2577"/>
|
||||
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_155_2577" result="shape"/>
|
||||
</filter>
|
||||
<filter id="filter3_d_155_2577" x="3" y="2.04822" width="4" height="3.5" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
||||
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
||||
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
||||
<feOffset dy="0.5"/>
|
||||
<feComposite in2="hardAlpha" operator="out"/>
|
||||
<feColorMatrix type="matrix" values="0 0 0 0 0.876 0 0 0 0 0.876 0 0 0 0 0.876 0 0 0 1 0"/>
|
||||
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_155_2577"/>
|
||||
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_155_2577" result="shape"/>
|
||||
</filter>
|
||||
<linearGradient id="paint0_linear_155_2577" x1="1" y1="7.04822" x2="4.96728" y2="7.40849" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white"/>
|
||||
<stop offset="1" stop-color="#E2E2E2"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint1_linear_155_2577" x1="1.09375" y1="1.54822" x2="8.48221" y2="9.05766" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#D9D9D9"/>
|
||||
<stop offset="1" stop-color="#B5B5B5"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint2_linear_155_2577" x1="5" y1="1.04822" x2="5" y2="2.04822" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0.245" stop-color="#B5B5B5"/>
|
||||
<stop offset="1" stop-color="#C4C4C4"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint3_linear_155_2577" x1="3" y1="2.04822" x2="3" y2="3.04822" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0.245" stop-color="#B5B5B5"/>
|
||||
<stop offset="1" stop-color="#C4C4C4"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint4_linear_155_2577" x1="7" y1="2.04822" x2="7" y2="3.04822" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0.245" stop-color="#B5B5B5"/>
|
||||
<stop offset="1" stop-color="#C4C4C4"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint5_linear_155_2577" x1="5" y1="3.04822" x2="5" y2="4.04822" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0.245" stop-color="#B5B5B5"/>
|
||||
<stop offset="1" stop-color="#C4C4C4"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
After Width: | Height: | Size: 6.5 KiB |
21
decorators/brush.svg
Normal file
@ -0,0 +1,21 @@
|
||||
<svg width="13" height="12" viewBox="0 0 13 12" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M5.92339 9.06754L4.91916 8.31437C4.65665 8.11748 4.31206 8.05884 4.00579 8.17664C1.55016 9.12108 1.88238 10.1176 0 12H3.5C5.1242 12 5.82704 11.1368 6.24647 10.1744C6.41845 9.77987 6.26774 9.3258 5.92339 9.06754Z" fill="url(#paint0_linear_314_9030)"/>
|
||||
<path d="M1.12215 11.5C1.41756 11.1348 1.6454 10.8057 1.84371 10.5192C1.96592 10.3426 2.07691 10.1823 2.18559 10.0397C2.58709 9.5129 3.04155 9.08319 4.18528 8.64331C4.31921 8.5918 4.48402 8.61302 4.61916 8.71437L5.62339 9.46754C5.80775 9.60581 5.85537 9.82037 5.78812 9.97467C5.59576 10.416 5.35746 10.7889 5.01763 11.0538C4.68629 11.312 4.21695 11.5 3.5 11.5H1.12215Z" stroke="black" stroke-opacity="0.33"/>
|
||||
<path d="M4.74857 7.95854L11.0649 1.64224C11.3052 1.40192 11.6948 1.40192 11.9351 1.64224C12.1581 1.86523 12.1765 2.22069 11.9776 2.46543L12.3657 2.78073L11.9776 2.46543L6.42486 9.29958L4.74857 7.95854Z" fill="url(#paint1_linear_314_9030)" stroke="url(#paint2_linear_314_9030)" stroke-linejoin="round"/>
|
||||
<defs>
|
||||
<linearGradient id="paint0_linear_314_9030" x1="3.977" y1="8" x2="2.70475" y2="11.5" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#E6E3CE"/>
|
||||
<stop offset="0.49" stop-color="#E6E3CE"/>
|
||||
<stop offset="0.5" stop-color="#3E7BC5" stop-opacity="0.968627"/>
|
||||
<stop offset="1" stop-color="#4FB2F7"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint1_linear_314_9030" x1="8" y1="5" x2="9.5" y2="6.5" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#F8EEB3"/>
|
||||
<stop offset="1" stop-color="#F0D347"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint2_linear_314_9030" x1="6.60021" y1="5.90895" x2="8.39979" y2="8.09105" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0.125" stop-color="#E6C658"/>
|
||||
<stop offset="0.859375" stop-color="#AE841D" stop-opacity="0.960784"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
After Width: | Height: | Size: 1.8 KiB |
45
decorators/bug.svg
Normal file
@ -0,0 +1,45 @@
|
||||
<svg width="13" height="12" viewBox="0 0 13 12" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.02826 0.0257945C6.29023 0.113119 6.43181 0.39628 6.34449 0.658251C6.19111 1.11837 6.19045 1.4842 6.23011 1.82988C6.24518 1.96123 6.26483 2.0817 6.28607 2.21185L6.28607 2.21189L6.28608 2.21192L6.28609 2.212L6.28612 2.21217C6.29484 2.26561 6.30382 2.32069 6.31287 2.37883C6.34234 2.56831 6.37007 2.77815 6.37007 3.00014C6.37007 3.27628 6.14621 3.50014 5.87007 3.50014C5.59392 3.50013 5.37007 3.27627 5.37007 3.00013C5.37007 2.85749 5.35224 2.70925 5.32475 2.53253C5.31804 2.4894 5.31052 2.44329 5.30263 2.39496L5.30259 2.39467L5.30258 2.39464C5.28007 2.25665 5.25461 2.10056 5.23663 1.94387C5.18517 1.49534 5.18454 0.975809 5.3958 0.34202C5.48313 0.0800489 5.76629 -0.0615302 6.02826 0.0257945ZM12.3444 6.34201C12.4317 6.60398 12.2902 6.88714 12.0282 6.97447C11.3944 7.18573 10.8749 7.18508 10.4263 7.1336C10.2697 7.11562 10.1137 7.09016 9.97571 7.06766L9.97568 7.06765L9.9756 7.06764L9.97555 7.06763C9.9271 7.05972 9.88089 7.05218 9.83766 7.04546C9.66095 7.01796 9.51272 7.00012 9.37008 7.00012C9.09393 7.00012 8.87008 6.77627 8.87008 6.50012C8.87008 6.22398 9.09393 6.00012 9.37008 6.00012C9.59207 6.00012 9.80192 6.02787 9.9914 6.05735C10.0497 6.06641 10.1048 6.07541 10.1584 6.08415L10.1584 6.08416C10.2885 6.10539 10.409 6.12505 10.5404 6.14013C10.886 6.1798 11.2519 6.17915 11.712 6.02578C11.9739 5.93846 12.2571 6.08004 12.3444 6.34201ZM9.31739 7.77653C9.19389 7.52954 8.89356 7.42942 8.64657 7.55292C8.39958 7.67641 8.29947 7.97675 8.42296 8.22374C8.84324 9.0643 9.43187 9.51438 9.93049 9.74938C10.1767 9.86541 10.3973 9.92746 10.5601 9.96074C10.6417 9.97741 10.7094 9.98699 10.7594 9.9925C10.7845 9.99526 10.8052 9.997 10.821 9.99811L10.8412 9.99933L10.8485 9.99967L10.8514 9.99978L10.8527 9.99983L10.8533 9.99985C10.8536 9.99986 10.8539 9.99987 10.8702 9.50013L10.8539 9.99987C11.1299 10.0089 11.3609 9.79243 11.3699 9.51644C11.3789 9.24209 11.1651 9.01218 10.8914 9.00058L10.8904 9.00052C10.8873 9.0003 10.88 8.99973 10.8689 8.99851C10.8465 8.99605 10.8093 8.991 10.7603 8.98099C10.6621 8.96092 10.5194 8.92145 10.3568 8.8448C10.0377 8.69443 9.62638 8.39451 9.31739 7.77653ZM4.81738 3.72373C4.94088 3.47675 4.84076 3.17641 4.59377 3.05291C3.97579 2.74392 3.67587 2.33255 3.5255 2.01349C3.44885 1.85086 3.40938 1.70819 3.38931 1.60996C3.37931 1.56101 3.37425 1.52375 3.37179 1.50144C3.37057 1.4903 3.37 1.48298 3.36978 1.47988L3.36972 1.47887L3.36972 1.47887C3.35813 1.20524 3.12821 0.991444 2.85387 1.00039C2.57787 1.0094 2.36143 1.24043 2.37043 1.51643L2.87017 1.50013C2.37043 1.51643 2.37044 1.51671 2.37045 1.517L2.37047 1.51759L2.37052 1.51888L2.37063 1.5218L2.37097 1.5291L2.37219 1.54927C2.3733 1.56514 2.37504 1.58583 2.3778 1.61087C2.38331 1.6609 2.39289 1.72861 2.40956 1.81019C2.44284 1.97301 2.50489 2.1936 2.62093 2.43981C2.85592 2.93843 3.306 3.52706 4.14656 3.94734C4.39355 4.07084 4.69389 3.97072 4.81738 3.72373ZM7.51657 9.3537C7.32131 9.15844 7.32131 8.84186 7.51657 8.6466C7.71183 8.45133 8.02841 8.45133 8.22368 8.64659C8.83247 9.25538 8.96004 10.6173 7.72364 11.8537C7.52838 12.049 7.2118 12.049 7.01653 11.8537C6.82127 11.6584 6.82127 11.3418 7.01653 11.1466C7.96795 10.1952 7.63706 9.47419 7.51657 9.3537ZM3.72367 4.85368C3.52841 5.04894 3.21183 5.04894 3.01656 4.85368C2.89606 4.73318 2.17507 4.40227 1.22367 5.35368C1.02841 5.54894 0.711826 5.54894 0.516564 5.35368C0.321302 5.15841 0.321302 4.84183 0.516564 4.64657C1.75298 3.41015 3.1149 3.53779 3.72367 4.14657C3.91893 4.34183 3.91893 4.65841 3.72367 4.85368ZM9.37019 0.500136C9.37019 0.223993 9.14633 0.000134042 8.87019 0.000134042C8.59404 0.000134042 8.37019 0.223993 8.37019 0.500136V3.50014V4.00014H8.87019H11.8702C12.1463 4.00014 12.3702 3.77628 12.3702 3.50014C12.3702 3.22399 12.1463 3.00014 11.8702 3.00014H9.37019V0.500136Z" fill="url(#paint0_linear_170_3006)"/>
|
||||
<g filter="url(#filter0_i_170_3006)">
|
||||
<ellipse cx="9.0392" cy="3.25267" rx="1.46963" ry="0.890761" transform="rotate(45 9.0392 3.25267)" fill="#54A24C"/>
|
||||
</g>
|
||||
<path d="M8.05579 4.23608C8.39644 4.57674 8.80486 4.81923 9.20955 4.91847C9.6038 5.01516 10.0868 4.99054 10.4319 4.6454C10.7771 4.30027 10.8017 3.81726 10.705 3.42301C10.6058 3.01832 10.3633 2.60991 10.0226 2.26925C9.68196 1.92859 9.27355 1.68611 8.86886 1.58686C8.47461 1.49017 7.9916 1.51479 7.64647 1.85993C7.30133 2.20507 7.27671 2.68807 7.3734 3.08232C7.47264 3.48701 7.71513 3.89543 8.05579 4.23608Z" stroke="url(#paint1_linear_170_3006)"/>
|
||||
<path d="M7.31066 3.08285C7.31066 3.08285 6.71256 2.89643 5.99715 3.08286C5.28174 3.26928 3.37012 5.70703 3.37012 5.70703C3.37012 5.70703 3.37011 7.02421 4.35525 8.01211C5.34039 9 6.65391 9 6.65391 9C6.65391 9 9.08028 7.10627 9.28094 6.36562C9.48159 5.62497 9.28094 5.04843 9.28094 5.04843L7.96742 4.38984L7.31066 3.08285Z" fill="url(#paint2_linear_170_3006)"/>
|
||||
<path d="M7.52066 4.61434L7.5951 4.76249L7.74332 4.8368L8.84698 5.39018C8.85133 5.41806 8.85545 5.44875 8.85897 5.48197C8.87904 5.67146 8.87911 5.93673 8.79834 6.23488C8.79852 6.23418 8.79749 6.23812 8.79377 6.24709C8.7901 6.25596 8.78447 6.26817 8.77618 6.28388C8.75932 6.31581 8.73461 6.3563 8.70034 6.40544C8.63131 6.50442 8.53524 6.62183 8.41559 6.75365C8.17654 7.017 7.86881 7.31013 7.55851 7.58818C7.24979 7.86481 6.94615 8.11973 6.71911 8.30591C6.63093 8.37822 6.55459 8.43993 6.49432 8.48827C6.49244 8.48806 6.49055 8.48785 6.48865 8.48764C6.37124 8.47456 6.20237 8.44796 6.00591 8.39423C5.61072 8.28614 5.12282 8.07372 4.7093 7.65905C4.29569 7.24428 4.08365 6.7547 3.97573 6.35789C3.92209 6.16066 3.89553 5.99113 3.88247 5.87321C3.88225 5.87122 3.88203 5.86924 3.88182 5.86728C3.93064 5.80662 3.99304 5.72971 4.06613 5.64086C4.25368 5.41286 4.51017 5.10808 4.78763 4.79864C5.06651 4.4876 5.3597 4.17957 5.62147 3.94125C5.75254 3.82192 5.86858 3.72665 5.96556 3.65878C6.01371 3.62508 6.05277 3.60124 6.0829 3.58536C6.11082 3.57064 6.12388 3.56659 6.12386 3.56654C6.12386 3.56653 6.12365 3.56659 6.12323 3.5667C6.40982 3.49202 6.67666 3.49137 6.87366 3.51059C6.90916 3.51405 6.94205 3.51812 6.97198 3.52244L7.52066 4.61434ZM6.6561 8.50001L6.65592 8.50001L6.6561 8.50001Z" stroke="white" stroke-opacity="0.5" style="mix-blend-mode:soft-light"/>
|
||||
<path d="M8.37012 4L4.37012 8" stroke="url(#paint3_linear_170_3006)" stroke-linecap="square"/>
|
||||
<path d="M6.65391 9C6.96154 9.39416 6.96158 9.39413 6.96162 9.39409L6.96177 9.39398L6.96221 9.39363L6.96377 9.39242L6.96945 9.38796L6.99079 9.37118C7.00929 9.35659 7.03618 9.33531 7.07032 9.30808C7.13859 9.25364 7.23593 9.17534 7.35321 9.07916C7.5874 8.88712 7.90289 8.62231 8.22585 8.33293C8.54722 8.04496 8.88371 7.72579 9.15604 7.42576C9.29208 7.27588 9.41849 7.12384 9.52056 6.97749C9.61747 6.83853 9.71598 6.67191 9.76354 6.49637C9.88342 6.05387 9.88349 5.66054 9.8534 5.3766C9.83832 5.23426 9.8155 5.11774 9.79547 5.03392C9.78544 4.99194 9.77606 4.95793 9.7686 4.93274C9.76487 4.92013 9.76162 4.90971 9.75899 4.90157L9.75555 4.89109L9.75421 4.88715L9.75365 4.88551L9.75339 4.88477L9.75327 4.88442C9.75321 4.88425 9.75316 4.88409 9.28094 5.04843L9.75316 4.88409L9.68645 4.69243L9.50504 4.60147L8.33974 4.01719L7.75743 2.85836L7.66212 2.66867L7.45945 2.6055L7.31066 3.08285C7.45945 2.6055 7.4593 2.60546 7.45915 2.60541L7.45884 2.60531L7.45817 2.60511L7.45667 2.60464L7.45298 2.60353L7.44292 2.60056C7.43505 2.59828 7.42483 2.5954 7.41239 2.59209C7.38753 2.58546 7.35369 2.57703 7.31186 2.56797C7.22838 2.54989 7.11199 2.52908 6.97072 2.51531C6.6898 2.48791 6.29988 2.48727 5.87107 2.59901C5.69482 2.64494 5.52836 2.74418 5.39218 2.83949C5.24768 2.94062 5.097 3.06638 4.94825 3.20181C4.65038 3.473 4.33153 3.80936 4.04308 4.13106C3.7532 4.45436 3.48708 4.77067 3.29385 5.00558C3.19707 5.12322 3.11821 5.2209 3.06337 5.28939C3.03593 5.32364 3.01449 5.35063 2.99979 5.36919L2.98289 5.39058L2.97841 5.39628L2.97719 5.39783L2.97684 5.39827L2.97673 5.39841C2.97669 5.39846 2.97666 5.39849 3.37012 5.70703M6.65391 9C6.65391 9.5 6.65372 9.5 6.65352 9.5L6.65311 9.5L6.65219 9.5L6.64998 9.49999L6.64412 9.49993L6.62669 9.49961C6.61259 9.49926 6.59359 9.49862 6.57008 9.49742C6.5231 9.49503 6.45793 9.49041 6.37791 9.48149C6.21825 9.4637 5.99716 9.42856 5.74211 9.3588C5.23425 9.21991 4.57283 8.93838 4.00121 8.36517C3.42967 7.79204 3.14915 7.12908 3.01078 6.62032C2.94128 6.36477 2.90627 6.14327 2.88855 5.98334C2.87967 5.90318 2.87507 5.83791 2.87268 5.79088C2.87149 5.76734 2.87085 5.74832 2.87051 5.73422L2.87018 5.7168L2.87013 5.71094L2.87012 5.70874L2.87012 5.70782L2.87012 5.70741C2.87012 5.70722 2.87012 5.70703 3.37012 5.70703M6.65391 9L6.96154 9.39416L6.82593 9.5H6.65391V9ZM3.37012 5.70703L2.87012 5.70703L2.87012 5.53436L2.97666 5.39849L3.37012 5.70703Z" stroke="url(#paint4_linear_170_3006)"/>
|
||||
<defs>
|
||||
<filter id="filter0_i_170_3006" x="6.82483" y="1.03833" width="4.42871" height="4.42865" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
||||
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
||||
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
||||
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
||||
<feOffset dx="-1.3" dy="1.3"/>
|
||||
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
|
||||
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.5 0"/>
|
||||
<feBlend mode="hard-light" in2="shape" result="effect1_innerShadow_170_3006"/>
|
||||
</filter>
|
||||
<linearGradient id="paint0_linear_170_3006" x1="-0.0285791" y1="-2.42624e-07" x2="11.679" y2="12.3795" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#40B73A"/>
|
||||
<stop offset="1" stop-color="#235C20"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint1_linear_170_3006" x1="10.2193" y1="4.15098" x2="8.64272" y2="1.82358" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#33822E"/>
|
||||
<stop offset="1" stop-color="#379532"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint2_linear_170_3006" x1="4.68363" y1="3.73125" x2="8.63518" y2="7.67178" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#A5CC8D"/>
|
||||
<stop offset="0.44542" stop-color="#5C9F42"/>
|
||||
<stop offset="0.554484" stop-color="#96BF83"/>
|
||||
<stop offset="1" stop-color="#609A46"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint3_linear_170_3006" x1="9.09739" y1="3.63636" x2="4.73375" y2="8" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#358A30"/>
|
||||
<stop offset="0.505" stop-color="#549E4D"/>
|
||||
<stop offset="1" stop-color="#358D30"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint4_linear_170_3006" x1="3.37012" y1="3.07265" x2="9.29744" y2="8.98345" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#3BA635"/>
|
||||
<stop offset="1" stop-color="#2E712A"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
After Width: | Height: | Size: 10 KiB |
45
decorators/camera.svg
Normal file
@ -0,0 +1,45 @@
|
||||
<svg width="12" height="10" viewBox="0 0 12 10" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<circle cx="10" cy="1.55817" r="1" fill="url(#paint0_linear_256_4790)"/>
|
||||
<path d="M7.5 1.55817V2.05817H8H11C11.2761 2.05817 11.5 2.28202 11.5 2.55817V8.55817C11.5 8.83431 11.2761 9.05817 11 9.05817H1C0.723857 9.05817 0.5 8.83431 0.5 8.55817V1.55817C0.5 1.28202 0.723858 1.05817 1 1.05817H7C7.27614 1.05817 7.5 1.28202 7.5 1.55817Z" fill="url(#paint1_linear_256_4790)" stroke="url(#paint2_linear_256_4790)"/>
|
||||
<circle cx="7" cy="2.55817" r="1" fill="url(#paint3_linear_256_4790)"/>
|
||||
<circle cx="4" cy="5.55817" r="3.5" fill="url(#paint4_linear_256_4790)" stroke="url(#paint5_linear_256_4790)"/>
|
||||
<circle cx="4" cy="5.55817" r="2" fill="#2588E4"/>
|
||||
<circle cx="4" cy="5.55817" r="2" fill="#2588E4"/>
|
||||
<circle cx="4" cy="5.55817" r="2" fill="#2588E4"/>
|
||||
<path d="M9 2.55817H11V8.55817H9V2.55817Z" fill="url(#paint6_linear_256_4790)"/>
|
||||
<rect x="9" y="3.55817" width="1" height="4" rx="0.5" fill="url(#paint7_linear_256_4790)"/>
|
||||
<defs>
|
||||
<linearGradient id="paint0_linear_256_4790" x1="11" y1="1.55817" x2="9" y2="1.55817" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#646464"/>
|
||||
<stop offset="1" stop-color="#6C6C6C"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint1_linear_256_4790" x1="-2.35283e-09" y1="0.558167" x2="12" y2="9.55817" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#C8C8C8"/>
|
||||
<stop offset="1" stop-color="#5E5E5E"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint2_linear_256_4790" x1="0.5" y1="0.558166" x2="11.5" y2="9.55817" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#7B7B7B"/>
|
||||
<stop offset="1" stop-color="#2A2A2A"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint3_linear_256_4790" x1="6" y1="2.55817" x2="8" y2="2.55817" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#F9E0A4"/>
|
||||
<stop offset="1" stop-color="#F3BE41"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint4_linear_256_4790" x1="0" y1="1.55817" x2="8" y2="9.55817" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#D7D7D7"/>
|
||||
<stop offset="1" stop-color="#656565"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint5_linear_256_4790" x1="0" y1="1.55817" x2="8" y2="9.55817" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#999999"/>
|
||||
<stop offset="1" stop-color="#323232"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint6_linear_256_4790" x1="9" y1="2.55817" x2="12.0189" y2="3.1242" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#797979"/>
|
||||
<stop offset="1" stop-color="#5E5E5E"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint7_linear_256_4790" x1="9.5" y1="3.55817" x2="9.5" y2="7.55817" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#5F5F5F"/>
|
||||
<stop offset="1" stop-color="#464646"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
After Width: | Height: | Size: 2.6 KiB |
14
decorators/carret bottom.svg
Normal file
@ -0,0 +1,14 @@
|
||||
<svg width="6" height="6" viewBox="0 0 6 6" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<mask id="path-1-inside-1_87_1918" fill="white">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M6 1L3 4L0 1V0H6V1ZM3 4H0V6H6V4H3Z"/>
|
||||
</mask>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M6 1L3 4L0 1V0H6V1ZM3 4H0V6H6V4H3Z" fill="#BCBCBC"/>
|
||||
<path d="M6 1L6.70711 1.70711L7 1.41421V1H6ZM0 1H-1V1.41421L-0.707107 1.70711L0 1ZM0 0V-1H-1V0H0ZM6 0H7V-1H6V0ZM0 4V3H-1V4H0ZM0 6H-1V7H0V6ZM6 6V7H7V6H6ZM6 4H7V3H6V4ZM3.70711 4.70711L6.70711 1.70711L5.29289 0.292893L2.29289 3.29289L3.70711 4.70711ZM-0.707107 1.70711L2.29289 4.70711L3.70711 3.29289L0.707107 0.292893L-0.707107 1.70711ZM-1 0V1H1V0H-1ZM6 -1H0V1H6V-1ZM7 1V0H5V1H7ZM3 3H0V5H3V3ZM-1 4V6H1V4H-1ZM0 7H6V5H0V7ZM7 6V4H5V6H7ZM6 3H3V5H6V3Z" fill="url(#paint0_linear_87_1918)" mask="url(#path-1-inside-1_87_1918)"/>
|
||||
<defs>
|
||||
<linearGradient id="paint0_linear_87_1918" x1="0" y1="0" x2="6" y2="6" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#CCCCCC"/>
|
||||
<stop offset="0.515" stop-color="#8D8D8D" stop-opacity="0.988235"/>
|
||||
<stop offset="1" stop-color="#545454"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
After Width: | Height: | Size: 1.1 KiB |
10
decorators/carret down.svg
Normal file
@ -0,0 +1,10 @@
|
||||
<svg width="6" height="4" viewBox="0 0 6 4" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M0.5 0.792893L3 3.29289L5.5 0.792893V0.5L0.5 0.5V0.792893Z" fill="#BCBCBC" stroke="url(#paint0_linear_87_1919)" stroke-linecap="round"/>
|
||||
<defs>
|
||||
<linearGradient id="paint0_linear_87_1919" x1="0" y1="0" x2="6.53254" y2="1.27811" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#CCCCCC"/>
|
||||
<stop offset="0.515" stop-color="#8D8D8D" stop-opacity="0.988235"/>
|
||||
<stop offset="1" stop-color="#545454"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
After Width: | Height: | Size: 530 B |
14
decorators/carret top.svg
Normal file
@ -0,0 +1,14 @@
|
||||
<svg width="6" height="6" viewBox="0 0 6 6" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<mask id="path-1-inside-1_87_1920" fill="white">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M6 0H0V2H3L0 5V6H6V5L3 2H6V0Z"/>
|
||||
</mask>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M6 0H0V2H3L0 5V6H6V5L3 2H6V0Z" fill="#A5A5A5"/>
|
||||
<path d="M0 0V-1H-1V0H0ZM6 0H7V-1H6V0ZM0 2H-1V3H0V2ZM0 5L-0.707107 4.29289L-1 4.58579V5H0ZM0 6H-1V7H0V6ZM6 6V7H7V6H6ZM6 5H7V4.58579L6.70711 4.29289L6 5ZM6 2V3H7V2H6ZM0 1H6V-1H0V1ZM1 2V0H-1V2H1ZM3 1H0V3H3V1ZM0.707107 5.70711L3.70711 2.70711L2.29289 1.29289L-0.707107 4.29289L0.707107 5.70711ZM1 6V5H-1V6H1ZM6 5H0V7H6V5ZM5 5V6H7V5H5ZM2.29289 2.70711L5.29289 5.70711L6.70711 4.29289L3.70711 1.29289L2.29289 2.70711ZM6 1H3V3H6V1ZM5 0V2H7V0H5Z" fill="url(#paint0_linear_87_1920)" mask="url(#path-1-inside-1_87_1920)"/>
|
||||
<defs>
|
||||
<linearGradient id="paint0_linear_87_1920" x1="0" y1="0" x2="6" y2="6" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#CCCCCC"/>
|
||||
<stop offset="0.5" stop-color="#8D8D8D" stop-opacity="0.988235"/>
|
||||
<stop offset="1" stop-color="#545454"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
After Width: | Height: | Size: 1.1 KiB |
9
decorators/carret up.svg
Normal file
@ -0,0 +1,9 @@
|
||||
<svg width="6" height="4" viewBox="0 0 6 4" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M0.5 3.20711L3 0.707107L5.5 3.20711V3.5L0.5 3.5V3.20711Z" fill="#A9A9A9" stroke="url(#paint0_linear_87_1912)" stroke-linecap="round"/>
|
||||
<defs>
|
||||
<linearGradient id="paint0_linear_87_1912" x1="0" y1="0" x2="6" y2="4" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#A8A8A8"/>
|
||||
<stop offset="1" stop-color="#545454"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
After Width: | Height: | Size: 448 B |
23
decorators/cd.svg
Normal file
After Width: | Height: | Size: 8.7 KiB |
31
decorators/chart bars.svg
Normal file
@ -0,0 +1,31 @@
|
||||
<svg width="9" height="9" viewBox="0 0 9 9" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect x="6.5" y="3.05817" width="2" height="5" rx="0.5" fill="url(#paint0_linear_290_6470)" stroke="url(#paint1_linear_290_6470)"/>
|
||||
<rect x="3.5" y="1.05817" width="2" height="7" rx="0.5" fill="url(#paint2_linear_290_6470)" stroke="url(#paint3_linear_290_6470)"/>
|
||||
<rect x="0.5" y="2.05817" width="2" height="6" rx="0.5" fill="url(#paint4_linear_290_6470)" stroke="url(#paint5_linear_290_6470)"/>
|
||||
<defs>
|
||||
<linearGradient id="paint0_linear_290_6470" x1="7.5" y1="2.55817" x2="7.5" y2="8.55817" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="2.48353e-09" stop-color="#64D65B"/>
|
||||
<stop offset="1" stop-color="#52C34C"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint1_linear_290_6470" x1="6" y1="2.55817" x2="7.78371" y2="8.90025" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#61D557" stop-opacity="0.984314"/>
|
||||
<stop offset="1" stop-color="#38B234"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint2_linear_290_6470" x1="4.5" y1="0.558167" x2="4.5" y2="8.55817" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="2.48353e-09" stop-color="#FEA483"/>
|
||||
<stop offset="1" stop-color="#FC806F"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint3_linear_290_6470" x1="3" y1="0.558167" x2="6" y2="8.55817" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#FE9064"/>
|
||||
<stop offset="1" stop-color="#FA4A3C" stop-opacity="0.968627"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint4_linear_290_6470" x1="1.5" y1="1.55817" x2="1.5" y2="8.55817" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="2.48353e-09" stop-color="#85BEF6"/>
|
||||
<stop offset="1" stop-color="#75A0F4"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint5_linear_290_6470" x1="0" y1="1.55817" x2="2.36522" y2="8.76645" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#4A98EC"/>
|
||||
<stop offset="1" stop-color="#3070E0"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
After Width: | Height: | Size: 1.8 KiB |
9
decorators/chevron blue.svg
Normal file
@ -0,0 +1,9 @@
|
||||
<svg width="11" height="12" viewBox="0 0 11 12" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M4.149 4.04117L4.779 5.02217L1.854 6.73217L4.779 8.40617L4.131 9.42317L0.63 7.24517V6.22817L4.149 4.04117ZM6.65648 4.04117L10.1755 6.21917V7.24517L6.66548 9.42317L6.02648 8.45117L8.94248 6.73217L6.02648 5.06717L6.65648 4.04117Z" fill="url(#paint0_linear_408_7996)"/>
|
||||
<defs>
|
||||
<linearGradient id="paint0_linear_408_7996" x1="5.5" y1="3.05817" x2="5.5" y2="10.0582" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#71B3EA"/>
|
||||
<stop offset="1" stop-color="#4189E2"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
After Width: | Height: | Size: 601 B |
9
decorators/chevron red.svg
Normal file
@ -0,0 +1,9 @@
|
||||
<svg width="11" height="12" viewBox="0 0 11 12" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M4.149 4.04117L4.779 5.02217L1.854 6.73217L4.779 8.40617L4.131 9.42317L0.63 7.24517V6.22817L4.149 4.04117ZM6.65648 4.04117L10.1755 6.21917V7.24517L6.66548 9.42317L6.02648 8.45117L8.94248 6.73217L6.02648 5.06717L6.65648 4.04117Z" fill="url(#paint0_linear_408_7997)"/>
|
||||
<defs>
|
||||
<linearGradient id="paint0_linear_408_7997" x1="6" y1="3.55817" x2="2.79445" y2="8.46332" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#F25352"/>
|
||||
<stop offset="1" stop-color="#EA6246"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
After Width: | Height: | Size: 603 B |
31
decorators/cog.svg
Normal file
After Width: | Height: | Size: 13 KiB |
24
decorators/collapse.svg
Normal file
@ -0,0 +1,24 @@
|
||||
<svg width="7" height="7" viewBox="0 0 7 7" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g filter="url(#filter0_i_67_2389)">
|
||||
<rect width="7" height="7" rx="1" fill="#808080"/>
|
||||
</g>
|
||||
<rect x="0.5" y="0.5" width="6" height="6" rx="0.5" stroke="url(#paint0_linear_67_2389)" stroke-linejoin="round"/>
|
||||
<rect x="2" y="3" width="3" height="1" fill="white"/>
|
||||
<rect x="1.5" y="1.5" width="4" height="4" stroke="white" stroke-opacity="0.33"/>
|
||||
<defs>
|
||||
<filter id="filter0_i_67_2389" x="0" y="0" width="8" height="8" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
||||
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
||||
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
||||
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
||||
<feOffset dx="1" dy="1"/>
|
||||
<feGaussianBlur stdDeviation="1.5"/>
|
||||
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
|
||||
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"/>
|
||||
<feBlend mode="normal" in2="shape" result="effect1_innerShadow_67_2389"/>
|
||||
</filter>
|
||||
<linearGradient id="paint0_linear_67_2389" x1="1.4" y1="0.933333" x2="6.10431" y2="5.8139" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#D8D8D8"/>
|
||||
<stop offset="1" stop-color="#585858"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
After Width: | Height: | Size: 1.3 KiB |
18
decorators/comment.svg
Normal file
@ -0,0 +1,18 @@
|
||||
<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<mask id="path-1-outside-1_188_3412" maskUnits="userSpaceOnUse" x="0" y="0.558167" width="12" height="11" fill="black">
|
||||
<rect fill="white" y="0.558167" width="12" height="11"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M3 1.55817C1.89543 1.55817 1 2.4536 1 3.55817V5.55817C1 6.66274 1.89543 7.55817 3 7.55817H5C5.5 7.55817 5.70993 7.73183 6 8.05817C6.69859 8.84408 5 10.5582 5 10.5582C6.72268 10.1275 8.81632 8.58396 9.3638 7.52516C10.2947 7.35409 11 6.5385 11 5.55817V3.55817C11 2.4536 10.1046 1.55817 9 1.55817H3Z"/>
|
||||
</mask>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M3 1.55817C1.89543 1.55817 1 2.4536 1 3.55817V5.55817C1 6.66274 1.89543 7.55817 3 7.55817H5C5.5 7.55817 5.70993 7.73183 6 8.05817C6.69859 8.84408 5 10.5582 5 10.5582C6.72268 10.1275 8.81632 8.58396 9.3638 7.52516C10.2947 7.35409 11 6.5385 11 5.55817V3.55817C11 2.4536 10.1046 1.55817 9 1.55817H3Z" fill="url(#paint0_linear_188_3412)"/>
|
||||
<path d="M6 8.05817L6.74741 7.3938L6 8.05817ZM5 10.5582L4.28969 9.85428C3.9739 10.1729 3.90899 10.6629 4.13092 11.0528C4.35285 11.4427 4.80729 11.6371 5.24254 11.5283L5 10.5582ZM9.3638 7.52516L9.18305 6.54163C8.87883 6.59754 8.61759 6.79109 8.47552 7.06585L9.3638 7.52516ZM2 3.55817C2 3.00588 2.44772 2.55817 3 2.55817V0.558167C1.34315 0.558167 0 1.90131 0 3.55817H2ZM2 5.55817V3.55817H0V5.55817H2ZM3 6.55817C2.44772 6.55817 2 6.11045 2 5.55817H0C0 7.21502 1.34315 8.55817 3 8.55817V6.55817ZM5 6.55817H3V8.55817H5V6.55817ZM5 8.55817C5.06788 8.55817 5.09862 8.56414 5.10578 8.56576C5.10943 8.56659 5.10184 8.56483 5.09226 8.55949C5.08505 8.55548 5.09212 8.55782 5.11845 8.5818C5.14776 8.60848 5.18787 8.64971 5.25259 8.72253L6.74741 7.3938C6.5942 7.22144 6.37473 6.98444 6.06518 6.81209C5.7295 6.62519 5.37413 6.55817 5 6.55817V8.55817ZM5.25259 8.72253C5.13411 8.58924 5.1842 8.46598 5.16284 8.5609C5.13904 8.66675 5.06276 8.84043 4.91984 9.06361C4.78471 9.27464 4.62581 9.475 4.49537 9.62711C4.43139 9.70172 4.37704 9.76149 4.33984 9.80144C4.3213 9.82135 4.30719 9.83614 4.29848 9.84519C4.29412 9.84972 4.29113 9.85279 4.28962 9.85433C4.28887 9.8551 4.28849 9.85549 4.28849 9.85549C4.2885 9.85548 4.2886 9.85538 4.2888 9.85518C4.28889 9.85508 4.28902 9.85496 4.28917 9.8548C4.28924 9.85473 4.28937 9.8546 4.28941 9.85456C4.28955 9.85442 4.28969 9.85428 5 10.5582C5.71031 11.2621 5.71047 11.2619 5.71063 11.2617C5.71069 11.2617 5.71086 11.2615 5.71099 11.2614C5.71124 11.2611 5.71152 11.2608 5.71182 11.2605C5.71243 11.2599 5.71315 11.2592 5.71396 11.2584C5.7156 11.2567 5.71764 11.2546 5.72008 11.2521C5.72496 11.2471 5.73142 11.2405 5.73933 11.2323C5.75516 11.2158 5.77686 11.193 5.8034 11.1645C5.85636 11.1077 5.92926 11.0274 6.01361 10.929C6.17983 10.7352 6.40191 10.4579 6.6041 10.1422C6.79851 9.83858 7.01589 9.43638 7.11409 8.99979C7.21475 8.55229 7.21519 7.92005 6.74741 7.3938L5.25259 8.72253ZM5.24254 11.5283C6.26047 11.2738 7.32787 10.7118 8.20083 10.0931C9.0496 9.49154 9.86748 8.72827 10.2521 7.98446L8.47552 7.06585C8.31264 7.38086 7.80996 7.91875 7.04437 8.46134C6.30297 8.98679 5.46221 9.41184 4.75746 9.58802L5.24254 11.5283ZM10 5.55817C10 6.04726 9.64787 6.45621 9.18305 6.54163L9.54454 8.50869C10.9415 8.25197 12 7.02974 12 5.55817H10ZM10 3.55817V5.55817H12V3.55817H10ZM9 2.55817C9.55228 2.55817 10 3.00588 10 3.55817H12C12 1.90131 10.6569 0.558167 9 0.558167V2.55817ZM3 2.55817H9V0.558167H3V2.55817Z" fill="#5887B8" mask="url(#path-1-outside-1_188_3412)"/>
|
||||
<mask id="path-3-inside-2_188_3412" fill="white">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M3 1.55817C1.89543 1.55817 1 2.4536 1 3.55817V5.55817C1 6.66274 1.89543 7.55817 3 7.55817H5C5.5 7.55817 5.70993 7.73183 6 8.05817C6.69859 8.84408 5 10.5582 5 10.5582C6.72268 10.1275 8.81632 8.58396 9.3638 7.52516C10.2947 7.35409 11 6.5385 11 5.55817V3.55817C11 2.4536 10.1046 1.55817 9 1.55817H3Z"/>
|
||||
</mask>
|
||||
<path d="M6 8.05817L6.74741 7.3938L6 8.05817ZM5 10.5582L4.28969 9.85428C3.9739 10.1729 3.90899 10.6629 4.13092 11.0528C4.35285 11.4427 4.80729 11.6371 5.24254 11.5283L5 10.5582ZM9.3638 7.52516L9.18305 6.54163C8.87883 6.59754 8.61759 6.79109 8.47552 7.06585L9.3638 7.52516ZM2 3.55817C2 3.00588 2.44772 2.55817 3 2.55817V0.558167C1.34315 0.558167 0 1.90131 0 3.55817H2ZM2 5.55817V3.55817H0V5.55817H2ZM3 6.55817C2.44772 6.55817 2 6.11045 2 5.55817H0C0 7.21502 1.34315 8.55817 3 8.55817V6.55817ZM5 6.55817H3V8.55817H5V6.55817ZM5 8.55817C5.06788 8.55817 5.09862 8.56414 5.10578 8.56576C5.10943 8.56659 5.10184 8.56483 5.09226 8.55949C5.08505 8.55548 5.09212 8.55782 5.11845 8.5818C5.14776 8.60848 5.18787 8.64971 5.25259 8.72253L6.74741 7.3938C6.5942 7.22144 6.37473 6.98444 6.06518 6.81209C5.7295 6.62519 5.37413 6.55817 5 6.55817V8.55817ZM5.25259 8.72253C5.13411 8.58924 5.1842 8.46598 5.16284 8.5609C5.13904 8.66675 5.06276 8.84043 4.91984 9.06361C4.78471 9.27464 4.62581 9.475 4.49537 9.62711C4.43139 9.70172 4.37704 9.76149 4.33984 9.80144C4.3213 9.82135 4.30719 9.83614 4.29848 9.84519C4.29412 9.84972 4.29113 9.85279 4.28962 9.85433C4.28887 9.8551 4.28849 9.85549 4.28849 9.85549C4.2885 9.85548 4.2886 9.85538 4.2888 9.85518C4.28889 9.85508 4.28902 9.85496 4.28917 9.8548C4.28924 9.85473 4.28937 9.8546 4.28941 9.85456C4.28955 9.85442 4.28969 9.85428 5 10.5582C5.71031 11.2621 5.71047 11.2619 5.71063 11.2617C5.71069 11.2617 5.71086 11.2615 5.71099 11.2614C5.71124 11.2611 5.71152 11.2608 5.71182 11.2605C5.71243 11.2599 5.71315 11.2592 5.71396 11.2584C5.7156 11.2567 5.71764 11.2546 5.72008 11.2521C5.72496 11.2471 5.73142 11.2405 5.73933 11.2323C5.75516 11.2158 5.77686 11.193 5.8034 11.1645C5.85636 11.1077 5.92926 11.0274 6.01361 10.929C6.17983 10.7352 6.40191 10.4579 6.6041 10.1422C6.79851 9.83858 7.01589 9.43638 7.11409 8.99979C7.21475 8.55229 7.21519 7.92005 6.74741 7.3938L5.25259 8.72253ZM5.24254 11.5283C6.26047 11.2738 7.32787 10.7118 8.20083 10.0931C9.0496 9.49154 9.86748 8.72827 10.2521 7.98446L8.47552 7.06585C8.31264 7.38086 7.80996 7.91875 7.04437 8.46134C6.30297 8.98679 5.46221 9.41184 4.75746 9.58802L5.24254 11.5283ZM10 5.55817C10 6.04726 9.64787 6.45621 9.18305 6.54163L9.54454 8.50869C10.9415 8.25197 12 7.02974 12 5.55817H10ZM10 3.55817V5.55817H12V3.55817H10ZM9 2.55817C9.55228 2.55817 10 3.00588 10 3.55817H12C12 1.90131 10.6569 0.558167 9 0.558167V2.55817ZM3 2.55817H9V0.558167H3V2.55817Z" fill="white" style="mix-blend-mode:soft-light" mask="url(#path-3-inside-2_188_3412)"/>
|
||||
<defs>
|
||||
<linearGradient id="paint0_linear_188_3412" x1="1" y1="1.55817" x2="11" y2="10.5582" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#EFF5FE"/>
|
||||
<stop offset="1" stop-color="#B5D5FD"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
After Width: | Height: | Size: 6.5 KiB |
29
decorators/compress.svg
Normal file
@ -0,0 +1,29 @@
|
||||
<svg width="10" height="11" viewBox="0 0 10 11" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<circle cx="4" cy="9.55817" r="1" fill="url(#paint0_linear_290_6580)"/>
|
||||
<circle cx="9" cy="9.55817" r="1" fill="url(#paint1_linear_290_6580)"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.00378 7.99707C3.03464 7.74645 3.24752 7.55817 3.50004 7.55817H7.50004C7.77618 7.55817 8.00004 7.78202 8.00004 8.05817V9.05817C8.00004 9.21213 7.9291 9.35752 7.80774 9.45227C7.68638 9.54702 7.52814 9.58058 7.37877 9.54324L3.37877 8.54324C3.13379 8.48199 2.97293 8.2477 3.00378 7.99707Z" fill="#805555"/>
|
||||
<rect x="0.5" y="2.05817" width="5" height="6" fill="url(#paint2_linear_290_6580)"/>
|
||||
<rect x="0.5" y="2.05817" width="5" height="6" stroke="#C0AF14" stroke-linejoin="round"/>
|
||||
<rect x="0.5" y="2.05817" width="5" height="6" stroke="url(#paint3_linear_290_6580)" stroke-opacity="0.2" stroke-linejoin="round"/>
|
||||
<rect x="2.25" y="3.80817" width="1.5" height="0.5" rx="0.25" fill="#CFB743" stroke="#C0AF14" stroke-width="0.5"/>
|
||||
<rect x="2.25" y="5.80817" width="1.5" height="0.5" rx="0.25" fill="#CFB743" stroke="#C0AF14" stroke-width="0.5"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.80774 0.664068C7.9291 0.758822 8.00004 0.904203 8.00004 1.05817V9.05817H7.00004V2.55817H3.50004C3.24752 2.55817 3.03464 2.36989 3.00378 2.11926C2.97293 1.86864 3.13379 1.63434 3.37877 1.5731L7.37877 0.5731C7.52814 0.535757 7.68638 0.569315 7.80774 0.664068Z" fill="#805555"/>
|
||||
<defs>
|
||||
<linearGradient id="paint0_linear_290_6580" x1="3" y1="8.55817" x2="5" y2="10.5582" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#72A5F2"/>
|
||||
<stop offset="1" stop-color="#4568A6" stop-opacity="0.992157"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint1_linear_290_6580" x1="8" y1="8.55817" x2="10" y2="10.5582" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#72A5F2"/>
|
||||
<stop offset="1" stop-color="#4568A6" stop-opacity="0.992157"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint2_linear_290_6580" x1="1" y1="2.55817" x2="5" y2="7.55817" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#EAEA53"/>
|
||||
<stop offset="1" stop-color="#EDDE35"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint3_linear_290_6580" x1="1" y1="5.05817" x2="5" y2="5.05817" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#FD0000" stop-opacity="0"/>
|
||||
<stop offset="1" stop-color="#FF0000"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
After Width: | Height: | Size: 2.3 KiB |
31
decorators/cup.svg
Normal file
@ -0,0 +1,31 @@
|
||||
<svg width="12" height="11" viewBox="0 0 12 11" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M11.5 3.37635C11.5 2.92476 11.2468 2.5592 10.933 2.28949C10.6177 2.01838 10.1906 1.79689 9.70641 1.6208C8.73382 1.26714 7.42334 1.05817 6 1.05817C4.57666 1.05817 3.26618 1.26714 2.29359 1.6208C1.80936 1.79689 1.3823 2.01838 1.06696 2.28949C0.753246 2.5592 0.5 2.92476 0.5 3.37635C0.5 4.80619 0.677954 6.46473 1.46378 7.77831C2.2771 9.13786 3.69902 10.0582 6 10.0582C8.30098 10.0582 9.7229 9.13786 10.5362 7.77831C11.322 6.46473 11.5 4.80619 11.5 3.37635Z" fill="url(#paint0_linear_393_6265)" stroke="url(#paint1_linear_393_6265)"/>
|
||||
<path d="M10.5 3.37635C10.5 4.75813 10.3208 6.19051 9.67806 7.26493C9.06281 8.29338 7.98474 9.05817 6 9.05817C4.01526 9.05817 2.93719 8.29338 2.32194 7.26493C1.67919 6.19051 1.5 4.75813 1.5 3.37635C1.5 3.32586 1.52658 3.21311 1.71889 3.04777C1.90957 2.88383 2.21475 2.71354 2.63534 2.5606C3.4724 2.25621 4.66191 2.05817 6 2.05817C7.33809 2.05817 8.5276 2.25621 9.36466 2.5606C9.78525 2.71354 10.0904 2.88383 10.2811 3.04777C10.4734 3.21311 10.5 3.32586 10.5 3.37635Z" stroke="white" stroke-opacity="0.66"/>
|
||||
<path d="M2.5 7.05817C2.36536 6.52379 2.66481 6.17788 2.90413 5.70615C3.14346 5.23442 2.90413 4.77153 2.52331 4.63663C2.14248 4.50173 1.76165 4.49471 1.38083 4.99313C1 5.49154 1 6.00971 1 6.41913C1 7.75817 2 8.55817 3 8.55817C3.27042 8.55817 3.5 8.31264 3.5 8.05817C3.5 7.55817 2.63493 7.59371 2.5 7.05817Z" fill="white"/>
|
||||
<path d="M2.98485 6.93601C2.95003 6.79781 2.96599 6.68945 3.02374 6.55007C3.05597 6.4723 3.09957 6.38935 3.15797 6.28445C3.16935 6.264 3.18147 6.24241 3.19413 6.21987C3.24226 6.13416 3.29809 6.03474 3.35003 5.93237C3.72774 5.18789 3.35153 4.39957 2.69026 4.16533C2.45861 4.08327 2.16294 4.01602 1.84026 4.09005C1.50789 4.1663 1.22488 4.37368 0.983527 4.68956C0.499553 5.32297 0.499825 5.98701 0.499994 6.39674C0.499997 6.40429 0.5 6.41176 0.5 6.41913C0.5 8.04394 1.73359 9.05817 3 9.05817C3.5567 9.05817 4 8.57854 4 8.05817C4 7.76053 3.86041 7.54243 3.69834 7.39566C3.5636 7.27365 3.39769 7.18799 3.29244 7.13365C3.28829 7.13151 3.28423 7.12941 3.28027 7.12737C3.15144 7.06075 3.07883 7.02211 3.02488 6.97909C3.00223 6.96103 2.99246 6.94921 2.98875 6.94401C2.98608 6.94027 2.98555 6.9388 2.98485 6.93601Z" stroke="url(#paint2_linear_393_6265)"/>
|
||||
<path d="M10.5 3.55817C10.5 3.65253 10.4543 3.79301 10.2635 3.97338C10.0717 4.15475 9.76739 4.34112 9.34984 4.50814C8.51752 4.84107 7.33339 5.05817 6 5.05817C4.66661 5.05817 3.48248 4.84107 2.65016 4.50814C2.23261 4.34112 1.92826 4.15475 1.73648 3.97338C1.54575 3.79301 1.5 3.65253 1.5 3.55817C1.5 3.46381 1.54575 3.32333 1.73648 3.14295C1.92826 2.96158 2.23261 2.77521 2.65016 2.60819C3.48248 2.27526 4.66661 2.05817 6 2.05817C7.33339 2.05817 8.51752 2.27526 9.34984 2.60819C9.76739 2.77521 10.0717 2.96158 10.2635 3.14295C10.4543 3.32333 10.5 3.46381 10.5 3.55817Z" fill="url(#paint3_linear_393_6265)" stroke="url(#paint4_linear_393_6265)"/>
|
||||
<ellipse cx="6" cy="3.55817" rx="4" ry="1" fill="#8F5035"/>
|
||||
<defs>
|
||||
<linearGradient id="paint0_linear_393_6265" x1="1.62686" y1="9.9634" x2="8.03908" y2="4.03433" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0.308746" stop-color="#E5E5E5"/>
|
||||
<stop offset="1" stop-color="#C4C4C4"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint1_linear_393_6265" x1="2.04625" y1="1.55817" x2="10.0953" y2="9.41313" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#D9D9D9"/>
|
||||
<stop offset="1" stop-color="#B3B3B3"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint2_linear_393_6265" x1="1" y1="6.55817" x2="4" y2="6.55817" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#AEAEAE"/>
|
||||
<stop offset="0.558695" stop-color="#C4C4C4"/>
|
||||
<stop offset="1" stop-color="#C4C4C4" stop-opacity="0.66"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint3_linear_393_6265" x1="6" y1="1.55817" x2="6" y2="5.55817" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#F6F6F6"/>
|
||||
<stop offset="1" stop-color="#A8A8A8"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint4_linear_393_6265" x1="1" y1="3.55956" x2="11" y2="3.55734" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white"/>
|
||||
<stop offset="1" stop-color="#F0F0F0"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
After Width: | Height: | Size: 4.1 KiB |
37
decorators/database.svg
Normal file
@ -0,0 +1,37 @@
|
||||
<svg width="9" height="10" viewBox="0 0 9 10" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<mask id="path-1-inside-1_77_3749" fill="white">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.86072 2V8C8.86072 9.10457 7.06986 10 4.86072 10C2.65158 10 0.860718 9.10457 0.860718 8V2C0.860718 0.895431 2.65158 0 4.86072 0C7.06986 0 8.86072 0.895431 8.86072 2Z"/>
|
||||
</mask>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.86072 2V8C8.86072 9.10457 7.06986 10 4.86072 10C2.65158 10 0.860718 9.10457 0.860718 8V2C0.860718 0.895431 2.65158 0 4.86072 0C7.06986 0 8.86072 0.895431 8.86072 2Z" fill="url(#paint0_linear_77_3749)"/>
|
||||
<path d="M7.86072 2V8H9.86072V2H7.86072ZM4.86072 11C6.08687 11 7.24638 10.7536 8.13636 10.3086C8.96652 9.89356 9.86072 9.13511 9.86072 8H7.86072C7.86072 8.00106 7.86065 8.00261 7.86008 8.00544C7.85948 8.00839 7.85794 8.01457 7.85396 8.0243C7.84588 8.04405 7.82655 8.08106 7.78291 8.13265C7.6917 8.24047 7.52052 8.38049 7.24193 8.51979C6.68419 8.79866 5.8437 9 4.86072 9V11ZM-0.139282 8C-0.139282 9.13511 0.754915 9.89356 1.58508 10.3086C2.47505 10.7536 3.63457 11 4.86072 11V9C3.87773 9 3.03724 8.79866 2.4795 8.51979C2.20091 8.38049 2.02974 8.24047 1.93853 8.13265C1.89489 8.08106 1.87556 8.04405 1.86748 8.0243C1.86349 8.01457 1.86196 8.00839 1.86136 8.00544C1.86078 8.00261 1.86072 8.00106 1.86072 8H-0.139282ZM1.86072 8V2H-0.139282V8H1.86072ZM4.86072 -1C3.63457 -1 2.47505 -0.753629 1.58508 -0.308641C0.754915 0.10644 -0.139282 0.864887 -0.139282 2H1.86072C1.86072 1.99894 1.86078 1.99739 1.86136 1.99456C1.86196 1.99161 1.86349 1.98543 1.86748 1.9757C1.87556 1.95595 1.89489 1.91894 1.93853 1.86735C2.02974 1.75953 2.20091 1.61951 2.4795 1.48021C3.03724 1.20134 3.87773 1 4.86072 1V-1ZM9.86072 2C9.86072 0.864887 8.96652 0.10644 8.13636 -0.308641C7.24638 -0.753629 6.08687 -1 4.86072 -1V1C5.8437 1 6.68419 1.20134 7.24193 1.48021C7.52052 1.61951 7.6917 1.75953 7.78291 1.86735C7.82655 1.91894 7.84588 1.95595 7.85396 1.9757C7.85794 1.98543 7.85948 1.99161 7.86008 1.99456C7.86065 1.99739 7.86072 1.99894 7.86072 2H9.86072Z" fill="url(#paint1_linear_77_3749)" fill-opacity="0.5" mask="url(#path-1-inside-1_77_3749)"/>
|
||||
<g filter="url(#filter0_d_77_3749)">
|
||||
<ellipse cx="4.86072" cy="2" rx="3" ry="1" fill="white"/>
|
||||
</g>
|
||||
<mask id="path-4-inside-2_77_3749" fill="white">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.86072 2V8C7.86072 8.55228 6.51757 9 4.86072 9C3.20386 9 1.86072 8.55228 1.86072 8V2C1.86072 1.44772 3.20386 1 4.86072 1C6.51757 1 7.86072 1.44772 7.86072 2Z"/>
|
||||
</mask>
|
||||
<path d="M6.86072 2V8H8.86072V2H6.86072ZM4.86072 10C5.76672 10 6.62845 9.87906 7.29827 9.65579C7.62795 9.5459 7.96688 9.393 8.24394 9.17466C8.50972 8.9652 8.86072 8.5758 8.86072 8H6.86072C6.86072 7.70034 7.04382 7.57402 7.00599 7.60383C6.97943 7.62477 6.87902 7.68735 6.66581 7.75842C6.24984 7.89708 5.61157 8 4.86072 8V10ZM0.860718 8C0.860718 8.5758 1.21172 8.9652 1.4775 9.17466C1.75455 9.393 2.09349 9.5459 2.42317 9.65579C3.09299 9.87906 3.95472 10 4.86072 10V8C4.10986 8 3.4716 7.89708 3.05563 7.75842C2.84241 7.68735 2.74201 7.62477 2.71545 7.60383C2.67761 7.57402 2.86072 7.70034 2.86072 8H0.860718ZM2.86072 8V2H0.860718V8H2.86072ZM4.86072 0C3.95472 0 3.09299 0.120938 2.42317 0.34421C2.09349 0.454104 1.75455 0.606999 1.4775 0.825343C1.21172 1.0348 0.860718 1.4242 0.860718 2H2.86072C2.86072 2.29966 2.67761 2.42598 2.71545 2.39617C2.74201 2.37523 2.84241 2.31265 3.05563 2.24158C3.4716 2.10292 4.10986 2 4.86072 2V0ZM8.86072 2C8.86072 1.4242 8.50972 1.0348 8.24394 0.825343C7.96688 0.606999 7.62795 0.454104 7.29827 0.34421C6.62845 0.120938 5.76672 0 4.86072 0V2C5.61157 2 6.24984 2.10292 6.66581 2.24158C6.87902 2.31265 6.97943 2.37523 7.00599 2.39617C7.04382 2.42598 6.86072 2.29966 6.86072 2H8.86072Z" fill="url(#paint2_linear_77_3749)" mask="url(#path-4-inside-2_77_3749)"/>
|
||||
<defs>
|
||||
<filter id="filter0_d_77_3749" x="1.86072" y="1" width="6" height="3" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
||||
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
||||
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
||||
<feOffset dy="1"/>
|
||||
<feComposite in2="hardAlpha" operator="out"/>
|
||||
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"/>
|
||||
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_77_3749"/>
|
||||
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_77_3749" result="shape"/>
|
||||
</filter>
|
||||
<linearGradient id="paint0_linear_77_3749" x1="0.860718" y1="4.61538" x2="8.86072" y2="4.61538" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#EEEEEE"/>
|
||||
<stop offset="1" stop-color="#C2C2C2"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint1_linear_77_3749" x1="8.86072" y1="10.7143" x2="1.29316" y2="-0.297192" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0.0914634" stop-color="#727272"/>
|
||||
<stop offset="0.917175" stop-color="#B8B8B8"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint2_linear_77_3749" x1="7.86072" y1="9" x2="1.66864" y2="1.15154" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#E7E7E7"/>
|
||||
<stop offset="0.883197" stop-color="white"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
After Width: | Height: | Size: 5.0 KiB |
26
decorators/disk.svg
Normal file
@ -0,0 +1,26 @@
|
||||
<svg width="10" height="11" viewBox="0 0 10 11" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M0.5 1.55817C0.5 1.28202 0.723858 1.05817 1 1.05817H7C8.38071 1.05817 9.5 2.17745 9.5 3.55817V9.55817C9.5 9.83431 9.27614 10.0582 9 10.0582H1C0.723858 10.0582 0.5 9.83431 0.5 9.55817V1.55817Z" fill="url(#paint0_linear_70_3055)" stroke="url(#paint1_linear_70_3055)"/>
|
||||
<path d="M1.5 2.05817H7C7.82843 2.05817 8.5 2.72974 8.5 3.55817V9.05817H1.5V2.05817Z" stroke="white" stroke-opacity="0.33" style="mix-blend-mode:lighten"/>
|
||||
<rect x="2" y="6.55817" width="6" height="3" fill="white"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M3 1.55817H2V2.55817C2 3.11045 2.44772 3.55817 3 3.55817H5C5.55228 3.55817 6 3.11045 6 2.55817V1.55817H4V2.55817H3V1.55817Z" fill="url(#paint2_linear_70_3055)"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M3 1.55817H2V2.55817C2 3.11045 2.44772 3.55817 3 3.55817H5C5.55228 3.55817 6 3.11045 6 2.55817V1.55817H4V2.55817H3V1.55817Z" fill="white"/>
|
||||
<rect x="3" y="7.55817" width="4" height="1" rx="0.5" fill="url(#paint3_linear_70_3055)"/>
|
||||
<defs>
|
||||
<linearGradient id="paint0_linear_70_3055" x1="0" y1="0.558167" x2="10" y2="10.5582" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#9EC0EF"/>
|
||||
<stop offset="1" stop-color="#85A2DD"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint1_linear_70_3055" x1="10" y1="10.5582" x2="0" y2="0.558167" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#2E5FA6"/>
|
||||
<stop offset="1" stop-color="#5B86C7"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint2_linear_70_3055" x1="2" y1="1.55817" x2="6" y2="3.55817" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#B8B8B8"/>
|
||||
<stop offset="1" stop-color="#E3E3E3"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint3_linear_70_3055" x1="3" y1="8.05817" x2="7" y2="8.05817" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#94D32D"/>
|
||||
<stop offset="1" stop-color="#84BF54"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
After Width: | Height: | Size: 1.9 KiB |
23
decorators/dvd.svg
Normal file
After Width: | Height: | Size: 7.5 KiB |
14
decorators/eject.svg
Normal file
@ -0,0 +1,14 @@
|
||||
<svg width="6" height="7" viewBox="0 0 6 7" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<mask id="path-1-inside-1_134_2341" fill="white">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M6 3L3 0L0 3V4H6V3ZM6 7V5H0V7H6Z"/>
|
||||
</mask>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M6 3L3 0L0 3V4H6V3ZM6 7V5H0V7H6Z" fill="#A5A5A5"/>
|
||||
<path d="M3 0L3.70711 -0.707107L3 -1.41421L2.29289 -0.707107L3 0ZM6 3H7V2.58579L6.70711 2.29289L6 3ZM0 3L-0.707107 2.29289L-1 2.58579V3H0ZM0 4H-1V5H0V4ZM6 4V5H7V4H6ZM6 5H7V4H6V5ZM6 7V8H7V7H6ZM0 5V4H-1V5H0ZM0 7H-1V8H0V7ZM2.29289 0.707107L5.29289 3.70711L6.70711 2.29289L3.70711 -0.707107L2.29289 0.707107ZM0.707107 3.70711L3.70711 0.707107L2.29289 -0.707107L-0.707107 2.29289L0.707107 3.70711ZM1 4V3H-1V4H1ZM6 3H0V5H6V3ZM5 3V4H7V3H5ZM5 5V7H7V5H5ZM0 6H6V4H0V6ZM1 7V5H-1V7H1ZM6 6H0V8H6V6Z" fill="url(#paint0_linear_134_2341)" mask="url(#path-1-inside-1_134_2341)"/>
|
||||
<defs>
|
||||
<linearGradient id="paint0_linear_134_2341" x1="-1.66042e-07" y1="-2" x2="6" y2="4" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#CCCCCC"/>
|
||||
<stop offset="0.5" stop-color="#8D8D8D" stop-opacity="0.988235"/>
|
||||
<stop offset="1" stop-color="#545454"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
After Width: | Height: | Size: 1.2 KiB |
11
decorators/error.svg
Normal file
@ -0,0 +1,11 @@
|
||||
<svg width="11" height="10" viewBox="0 0 11 10" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M10 9.5C10.1776 9.5 10.3419 9.40576 10.4316 9.25242C10.5213 9.09909 10.5229 8.90969 10.4358 8.75487L5.93579 0.754869C5.84723 0.597431 5.68064 0.5 5.5 0.5C5.31936 0.5 5.15277 0.597431 5.06421 0.754869L0.564212 8.75487C0.477126 8.90969 0.478718 9.09909 0.568395 9.25242C0.658072 9.40576 0.822368 9.5 1 9.5H10Z" fill="#F5DA58" stroke="url(#paint0_linear_3_1112)" stroke-linejoin="round"/>
|
||||
<path d="M5.5 2.01986L9.14508 8.5H1.85492L5.5 2.01986Z" stroke="white" stroke-opacity="0.66" stroke-linejoin="round"/>
|
||||
<path d="M5.5 4V6M5.5 7V8" stroke="#C28731" stroke-linejoin="round"/>
|
||||
<defs>
|
||||
<linearGradient id="paint0_linear_3_1112" x1="5.5" y1="1" x2="5.5" y2="9" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#E1B129"/>
|
||||
<stop offset="1" stop-color="#BF7C2B"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
After Width: | Height: | Size: 895 B |
10
decorators/excel.svg
Normal file
@ -0,0 +1,10 @@
|
||||
<svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect width="10" height="10" rx="1" fill="url(#paint0_linear_145_3754)"/>
|
||||
<path d="M7.43164 7.5H6.02905L5.12451 5.78979C5.09033 5.72632 5.05493 5.60913 5.01831 5.43823H5.00366C4.98657 5.5188 4.94629 5.64087 4.88281 5.80444L3.97461 7.5H2.5647L4.23828 4.87427L2.70752 2.24854H4.14673L4.89746 3.82324C4.95605 3.94775 5.00854 4.09546 5.05493 4.26636H5.06958C5.09888 4.16382 5.15381 4.01123 5.23438 3.80859L6.06934 2.24854H7.3877L5.81299 4.85229L7.43164 7.5Z" fill="white"/>
|
||||
<defs>
|
||||
<linearGradient id="paint0_linear_145_3754" x1="0" y1="0" x2="10" y2="10" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#138B4C"/>
|
||||
<stop offset="1" stop-color="#03692B"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
After Width: | Height: | Size: 781 B |
24
decorators/expand.svg
Normal file
@ -0,0 +1,24 @@
|
||||
<svg width="7" height="7" viewBox="0 0 7 7" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g filter="url(#filter0_i_67_2400)">
|
||||
<rect width="7" height="7" rx="1" fill="#808080"/>
|
||||
</g>
|
||||
<rect x="0.5" y="0.5" width="6" height="6" rx="0.5" stroke="url(#paint0_linear_67_2400)" stroke-linejoin="round"/>
|
||||
<rect x="1.5" y="1.5" width="4" height="4" stroke="white" stroke-opacity="0.33"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M4 3V2H3V3H2V4H3V5H4V4H5V3H4Z" fill="white"/>
|
||||
<defs>
|
||||
<filter id="filter0_i_67_2400" x="0" y="0" width="8" height="8" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
||||
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
||||
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
||||
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
||||
<feOffset dx="1" dy="1"/>
|
||||
<feGaussianBlur stdDeviation="1.5"/>
|
||||
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
|
||||
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"/>
|
||||
<feBlend mode="normal" in2="shape" result="effect1_innerShadow_67_2400"/>
|
||||
</filter>
|
||||
<linearGradient id="paint0_linear_67_2400" x1="1.4" y1="0.933333" x2="6.10431" y2="5.8139" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#D8D8D8"/>
|
||||
<stop offset="1" stop-color="#585858"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
After Width: | Height: | Size: 1.4 KiB |
30
decorators/feed square.svg
Normal file
@ -0,0 +1,30 @@
|
||||
<svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g clip-path="url(#clip0_155_2855)">
|
||||
<g filter="url(#filter0_i_155_2855)">
|
||||
<rect width="10" height="10" rx="1" fill="#FF7134"/>
|
||||
</g>
|
||||
<rect x="0.5" y="0.5" width="9" height="9" rx="0.5" stroke="url(#paint0_linear_155_2855)"/>
|
||||
<rect x="1.5" y="1.5" width="7" height="7" stroke="white" stroke-opacity="0.33"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.47354 8C7.20623 8 7 7.76731 7 7.5C7 5.01472 4.98528 3 2.5 3C2.23269 3 2 2.79377 2 2.52646V2.47478C2 2.21864 2.19556 2.00241 2.45169 2.00021C2.46778 2.00007 2.48388 2 2.5 2C5.53757 2 8 4.46243 8 7.5C8 7.51612 7.99993 7.53222 7.99979 7.54831C7.99759 7.80444 7.78136 8 7.52522 8H7.47354ZM5.54372 8C5.7852 8 5.99361 7.82226 5.99908 7.58083C5.99969 7.55396 6 7.52702 6 7.5C6 5.567 4.433 4 2.5 4C2.47298 4 2.44604 4.00031 2.41917 4.00092C2.17774 4.00639 2 4.2148 2 4.45628V4.54667C2 4.80679 2.23989 5 2.5 5C3.88071 5 5 6.11929 5 7.5C5 7.76011 5.19321 8 5.45333 8H5.54372ZM3 8C3.55228 8 4 7.55228 4 7C4 6.44772 3.55228 6 3 6C2.44772 6 2 6.44772 2 7C2 7.55228 2.44772 8 3 8Z" fill="white"/>
|
||||
</g>
|
||||
<defs>
|
||||
<filter id="filter0_i_155_2855" x="0" y="0" width="15" height="15" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
||||
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
||||
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
||||
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
||||
<feMorphology radius="2" operator="erode" in="SourceAlpha" result="effect1_innerShadow_155_2855"/>
|
||||
<feOffset dx="5" dy="5"/>
|
||||
<feGaussianBlur stdDeviation="2.5"/>
|
||||
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
|
||||
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 0.692135 0 0 0 0 0.230339 0 0 0 1 0"/>
|
||||
<feBlend mode="normal" in2="shape" result="effect1_innerShadow_155_2855"/>
|
||||
</filter>
|
||||
<linearGradient id="paint0_linear_155_2855" x1="0" y1="0" x2="10" y2="10" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0.20591" stop-color="#FF8500"/>
|
||||
<stop offset="1" stop-color="#FF4500"/>
|
||||
</linearGradient>
|
||||
<clipPath id="clip0_155_2855">
|
||||
<rect width="10" height="10" fill="white"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
</svg>
|
After Width: | Height: | Size: 2.2 KiB |
9
decorators/feed.svg
Normal file
@ -0,0 +1,9 @@
|
||||
<svg width="6" height="6" viewBox="0 0 6 6" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 6C5 3.23858 2.76142 1 0 1V0C3.31371 0 6 2.68629 6 6H5ZM0 2V3C1.65685 3 3 4.34315 3 6H4C4 3.79086 2.20914 2 0 2ZM2 6C2 4.89543 1.10457 4 0 4V6H2Z" fill="url(#paint0_linear_67_2377)" fill-opacity="0.831373"/>
|
||||
<defs>
|
||||
<linearGradient id="paint0_linear_67_2377" x1="0" y1="0" x2="6" y2="6" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#FF8F16"/>
|
||||
<stop offset="1" stop-color="#FF540F"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
After Width: | Height: | Size: 563 B |
17
decorators/flame.svg
Normal file
@ -0,0 +1,17 @@
|
||||
<svg width="6" height="8" viewBox="0 0 6 8" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<mask id="path-1-inside-1_135_3253" fill="white">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M3 8C5 8 6 6.5 6 5C6 4.35572 5.54451 3.64314 4.95959 2.85681C4.96062 2.91078 4.96062 2.95879 4.96062 3C4.96062 3.5 4.34771 4 3.73477 4C3.12184 4 2.64509 3.6513 2.50888 3C2.37675 2.36818 2.501 1.55058 3.06812 0.132827C3.04494 0.0887242 3.02222 0.0444485 3 0C2.8453 0.180484 2.66667 0.376923 2.47521 0.587465C1.42906 1.73789 0 3.3094 0 5C0 6.5 1 8 3 8Z"/>
|
||||
</mask>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M3 8C5 8 6 6.5 6 5C6 4.35572 5.54451 3.64314 4.95959 2.85681C4.96062 2.91078 4.96062 2.95879 4.96062 3C4.96062 3.5 4.34771 4 3.73477 4C3.12184 4 2.64509 3.6513 2.50888 3C2.37675 2.36818 2.501 1.55058 3.06812 0.132827C3.04494 0.0887242 3.02222 0.0444485 3 0C2.8453 0.180484 2.66667 0.376923 2.47521 0.587465C1.42906 1.73789 0 3.3094 0 5C0 6.5 1 8 3 8Z" fill="url(#paint0_linear_135_3253)"/>
|
||||
<path d="M4.95959 2.85681L5.76195 2.25997L3.90025 -0.242782L3.95977 2.8759L4.95959 2.85681ZM2.50888 3L1.53006 3.2047L1.53006 3.2047L2.50888 3ZM3.06812 0.132827L3.99659 0.504228L4.16792 0.075933L3.95331 -0.332397L3.06812 0.132827ZM3 0L3.89443 -0.447212L3.22089 -1.79429L2.24074 -0.650791L3 0ZM2.47521 0.587465L3.21505 1.26025V1.26025L2.47521 0.587465ZM5 5C5 5.53693 4.8199 6.04117 4.50259 6.39814C4.20164 6.7367 3.72864 7 3 7V9C4.27136 9 5.29836 8.5133 5.99741 7.72686C6.6801 6.95883 7 5.96307 7 5H5ZM4.15723 3.45366C4.4436 3.83864 4.66448 4.16155 4.81331 4.44569C4.96443 4.73418 5 4.90678 5 5H7C7 4.44894 6.80783 3.94311 6.58497 3.51766C6.35983 3.08786 6.0605 2.66132 5.76195 2.25997L4.15723 3.45366ZM3.95977 2.8759C3.9606 2.91917 3.96062 2.95841 3.96062 3H5.96062C5.96062 2.95916 5.96064 2.90238 5.95941 2.83773L3.95977 2.8759ZM3.96062 3C3.96062 2.91899 3.98512 2.87439 3.98727 2.87064C3.98925 2.86717 3.97888 2.88534 3.94543 2.91263C3.91305 2.93904 3.87218 2.9631 3.82911 2.97949C3.78612 2.99586 3.75328 3 3.73477 3V5C4.30124 5 4.82574 4.77556 5.20966 4.46237C5.57804 4.16186 5.96062 3.65398 5.96062 3H3.96062ZM3.73477 3C3.61988 3 3.57529 2.96933 3.56398 2.96037C3.55601 2.95405 3.51385 2.92032 3.48771 2.7953L1.53006 3.2047C1.64012 3.73098 1.90444 4.19724 2.32213 4.52811C2.73648 4.85632 3.23673 5 3.73477 5V3ZM3.48771 2.7953C3.41892 2.46639 3.44501 1.88315 3.99659 0.504228L2.13965 -0.238573C1.557 1.21801 1.33458 2.26997 1.53006 3.2047L3.48771 2.7953ZM2.10557 0.447212C2.13091 0.497891 2.15671 0.548172 2.18293 0.598052L3.95331 -0.332397C3.93317 -0.370723 3.91354 -0.408993 3.89443 -0.447212L2.10557 0.447212ZM3.21505 1.26025C3.40389 1.05259 3.59312 0.844612 3.75926 0.650791L2.24074 -0.650791C2.09747 -0.483644 1.92945 -0.29874 1.73537 -0.0853149L3.21505 1.26025ZM1 5C1 4.43239 1.24331 3.81121 1.68281 3.1376C2.12003 2.46747 2.68379 1.84446 3.21505 1.26025L1.73537 -0.085315C1.22048 0.480894 0.546641 1.21885 0.00779352 2.04474C-0.52878 2.86714 -1 3.87701 -1 5H1ZM3 7C2.27136 7 1.79836 6.7367 1.49741 6.39814C1.1801 6.04117 1 5.53693 1 5H-1C-1 5.96307 -0.680103 6.95883 0.00259068 7.72686C0.701644 8.5133 1.72864 9 3 9V7Z" fill="url(#paint1_linear_135_3253)" mask="url(#path-1-inside-1_135_3253)"/>
|
||||
<defs>
|
||||
<linearGradient id="paint0_linear_135_3253" x1="3" y1="0" x2="3" y2="8" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0.378063" stop-color="#FFE828"/>
|
||||
<stop offset="0.867036" stop-color="#F8AF18"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint1_linear_135_3253" x1="0" y1="0" x2="6" y2="8" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0.255538" stop-color="#F9A400"/>
|
||||
<stop offset="0.777803" stop-color="#FA2700"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
After Width: | Height: | Size: 3.6 KiB |
24
decorators/foutain pen.svg
Normal file
@ -0,0 +1,24 @@
|
||||
<svg width="11" height="11" viewBox="0 0 11 11" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M4.91421 4.5L8 1.41421L9.58579 3L6.5 6.08579L4.91421 4.5Z" fill="#88AADF" stroke="url(#paint0_linear_410_6954)" stroke-width="2"/>
|
||||
<path d="M8 0.707107L10.2929 3L6.5 6.79289L4.20711 4.5L8 0.707107Z" stroke="url(#paint1_linear_410_6954)"/>
|
||||
<path d="M1.66344 9.33656C1.75827 8.88394 1.82258 8.44168 1.86815 8.05434C1.92431 7.57699 1.95643 7.1372 1.97486 6.78955C2.07622 6.74829 2.17162 6.7041 2.25971 6.66005C2.6138 6.48301 2.9479 6.25782 3.225 6.05C3.30553 5.9896 3.38292 5.9294 3.4564 5.87061L5.12939 7.5436C5.0706 7.61708 5.0104 7.69447 4.95 7.775C4.74218 8.0521 4.51699 8.3862 4.33995 8.74029C4.2959 8.82838 4.25171 8.92378 4.21045 9.02514C3.8628 9.04357 3.42301 9.07569 2.94566 9.13185C2.55832 9.17742 2.11606 9.24174 1.66344 9.33656Z" fill="#FCDE60" stroke="url(#paint2_linear_410_6954)" stroke-width="2"/>
|
||||
<path d="M0.973122 10.0269C1.17755 9.3555 1.29775 8.62339 1.37157 7.99592C1.43585 7.44958 1.46788 6.95265 1.48388 6.59251C1.48648 6.5341 1.48866 6.47922 1.49048 6.42823C1.68253 6.37498 1.8673 6.29724 2.03611 6.21284C2.35377 6.05401 2.66145 5.84766 2.925 5.65C3.14077 5.48817 3.3336 5.32713 3.48621 5.19332L5.80668 7.51379C5.67287 7.6664 5.51183 7.85923 5.35 8.075C5.15234 8.33855 4.94599 8.64623 4.78716 8.96389C4.70276 9.1327 4.62502 9.31747 4.57177 9.50952C4.52078 9.51134 4.4659 9.51352 4.40749 9.51612C4.04735 9.53212 3.55042 9.56415 3.00408 9.62842C2.37661 9.70224 1.6445 9.82245 0.973122 10.0269Z" stroke="url(#paint3_linear_410_6954)"/>
|
||||
<defs>
|
||||
<linearGradient id="paint0_linear_410_6954" x1="6" y1="3" x2="8" y2="5" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#BCD1ED"/>
|
||||
<stop offset="1" stop-color="#9EB8E5"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint1_linear_410_6954" x1="7" y1="1" x2="7" y2="7" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#66A5E5"/>
|
||||
<stop offset="1" stop-color="#587AAF"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint2_linear_410_6954" x1="3" y1="9" x2="3" y2="6" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white" stop-opacity="0.33"/>
|
||||
<stop offset="1" stop-color="white" stop-opacity="0.66"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint3_linear_410_6954" x1="2" y1="7" x2="4" y2="9" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#F8C018"/>
|
||||
<stop offset="1" stop-color="#E6A605"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
After Width: | Height: | Size: 2.3 KiB |
46
decorators/goggles.svg
Normal file
@ -0,0 +1,46 @@
|
||||
<svg width="9" height="10" viewBox="0 0 9 10" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<mask id="path-1-inside-1_270_5521" fill="white">
|
||||
<path d="M2 0.558167H4V2.55817H2V0.558167Z"/>
|
||||
</mask>
|
||||
<path d="M2 0.558167H4V2.55817H2V0.558167Z" fill="#838F9C"/>
|
||||
<path d="M4 0.558167H5V-0.441833H4V0.558167ZM2 1.55817H4V-0.441833H2V1.55817ZM3 0.558167V2.55817H5V0.558167H3Z" fill="#516476" mask="url(#path-1-inside-1_270_5521)"/>
|
||||
<mask id="path-3-inside-2_270_5521" fill="white">
|
||||
<path d="M5 0.558167H7V2.55817H5V0.558167Z"/>
|
||||
</mask>
|
||||
<path d="M5 0.558167H7V2.55817H5V0.558167Z" fill="#838F9C"/>
|
||||
<path d="M5 0.558167V-0.441833H4V0.558167H5ZM5 1.55817H7V-0.441833H5V1.55817ZM6 2.55817V0.558167H4V2.55817H6Z" fill="#404D5A" mask="url(#path-3-inside-2_270_5521)"/>
|
||||
<mask id="path-5-outside-3_270_5521" maskUnits="userSpaceOnUse" x="0" y="1.55817" width="9" height="8" fill="black">
|
||||
<rect fill="white" y="1.55817" width="9" height="8"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.5 2.55817H6V4.55817H7V3.05817C7 2.78202 6.77614 2.55817 6.5 2.55817ZM3 5.55817V8.55817H1V5.55817H3ZM6 8.55817V5.55817H8V8.55817H6ZM2 3.05817C2 2.78202 2.22386 2.55817 2.5 2.55817H3V4.55817H2V3.05817ZM5 3.55817H4V4.55817H5V3.55817Z"/>
|
||||
</mask>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.5 2.55817H6V4.55817H7V3.05817C7 2.78202 6.77614 2.55817 6.5 2.55817ZM3 5.55817V8.55817H1V5.55817H3ZM6 8.55817V5.55817H8V8.55817H6ZM2 3.05817C2 2.78202 2.22386 2.55817 2.5 2.55817H3V4.55817H2V3.05817ZM5 3.55817H4V4.55817H5V3.55817Z" fill="url(#paint0_linear_270_5521)"/>
|
||||
<path d="M6 2.55817V1.55817H5V2.55817H6ZM6 4.55817H5V5.55817H6V4.55817ZM7 4.55817V5.55817H8V4.55817H7ZM3 8.55817V9.55817H4V8.55817H3ZM3 5.55817H4V4.55817H3V5.55817ZM1 8.55817H0V9.55817H1V8.55817ZM1 5.55817V4.55817H0V5.55817H1ZM6 5.55817V4.55817H5V5.55817H6ZM6 8.55817H5V9.55817H6V8.55817ZM8 5.55817H9V4.55817H8V5.55817ZM8 8.55817V9.55817H9V8.55817H8ZM3 2.55817H4V1.55817H3V2.55817ZM3 4.55817V5.55817H4V4.55817H3ZM2 4.55817H1V5.55817H2V4.55817ZM4 3.55817V2.55817H3V3.55817H4ZM5 3.55817H6V2.55817H5V3.55817ZM4 4.55817H3V5.55817H4V4.55817ZM5 4.55817V5.55817H6V4.55817H5ZM6 3.55817H6.5V1.55817H6V3.55817ZM7 4.55817V2.55817H5V4.55817H7ZM7 3.55817H6V5.55817H7V3.55817ZM6 3.05817V4.55817H8V3.05817H6ZM6.5 3.55817C6.22386 3.55817 6 3.33431 6 3.05817H8C8 2.22974 7.32843 1.55817 6.5 1.55817V3.55817ZM4 8.55817V5.55817H2V8.55817H4ZM1 9.55817H3V7.55817H1V9.55817ZM0 5.55817V8.55817H2V5.55817H0ZM3 4.55817H1V6.55817H3V4.55817ZM5 5.55817V8.55817H7V5.55817H5ZM8 4.55817H6V6.55817H8V4.55817ZM9 8.55817V5.55817H7V8.55817H9ZM6 9.55817H8V7.55817H6V9.55817ZM2.5 1.55817C1.67157 1.55817 1 2.22974 1 3.05817H3C3 3.33431 2.77614 3.55817 2.5 3.55817V1.55817ZM3 1.55817H2.5V3.55817H3V1.55817ZM4 4.55817V2.55817H2V4.55817H4ZM2 5.55817H3V3.55817H2V5.55817ZM1 3.05817V4.55817H3V3.05817H1ZM4 4.55817H5V2.55817H4V4.55817ZM5 4.55817V3.55817H3V4.55817H5ZM5 3.55817H4V5.55817H5V3.55817ZM4 3.55817V4.55817H6V3.55817H4Z" fill="url(#paint1_linear_270_5521)" mask="url(#path-5-outside-3_270_5521)"/>
|
||||
<mask id="path-7-inside-4_270_5521" fill="white">
|
||||
<path d="M1 5.55817H3V8.55817H1V5.55817Z"/>
|
||||
</mask>
|
||||
<path d="M1 5.55817V4.55817H0V5.55817H1ZM1 6.55817H3V4.55817H1V6.55817ZM2 8.55817V5.55817H0V8.55817H2Z" fill="url(#paint2_linear_270_5521)" mask="url(#path-7-inside-4_270_5521)"/>
|
||||
<mask id="path-9-inside-5_270_5521" fill="white">
|
||||
<path d="M6 5.55817H8V8.55817H6V5.55817Z"/>
|
||||
</mask>
|
||||
<path d="M6 5.55817V4.55817H5V5.55817H6ZM6 6.55817H8V4.55817H6V6.55817ZM7 8.55817V5.55817H5V8.55817H7Z" fill="url(#paint3_linear_270_5521)" mask="url(#path-9-inside-5_270_5521)"/>
|
||||
<path d="M2 1.55817H3V4.55817H2V1.55817Z" fill="#90A0B0" fill-opacity="0.5"/>
|
||||
<path d="M6 1.55817H7V4.55817H6V1.55817Z" fill="#90A0B0" fill-opacity="0.5"/>
|
||||
<defs>
|
||||
<linearGradient id="paint0_linear_270_5521" x1="4.5" y1="1.55817" x2="4.5" y2="8.55817" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#8194A9"/>
|
||||
<stop offset="1" stop-color="#4E5F70"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint1_linear_270_5521" x1="8" y1="8.55817" x2="1" y2="1.55817" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#18191B"/>
|
||||
<stop offset="1" stop-color="#637B92"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint2_linear_270_5521" x1="1" y1="5.55817" x2="3" y2="8.55817" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#AFB9C4"/>
|
||||
<stop offset="1" stop-color="#AFB9C4" stop-opacity="0"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint3_linear_270_5521" x1="6" y1="5.55817" x2="8" y2="8.55817" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#AFB9C4"/>
|
||||
<stop offset="1" stop-color="#AFB9C4" stop-opacity="0"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
After Width: | Height: | Size: 4.5 KiB |
15
decorators/green.svg
Normal file
@ -0,0 +1,15 @@
|
||||
<svg width="7" height="7" viewBox="0 0 7 7" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<circle cx="3.5" cy="3.5" r="3.5" fill="url(#paint0_radial_67_2257)"/>
|
||||
<circle cx="3.5" cy="3.5" r="3" stroke="url(#paint1_linear_67_2257)" stroke-opacity="0.66"/>
|
||||
<circle cx="3.5" cy="3.5" r="2" stroke="white" stroke-opacity="0.33"/>
|
||||
<defs>
|
||||
<radialGradient id="paint0_radial_67_2257" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(6 6) rotate(-135) scale(7.07107)">
|
||||
<stop offset="0.325" stop-color="#6EB558"/>
|
||||
<stop offset="1" stop-color="#9DE591"/>
|
||||
</radialGradient>
|
||||
<linearGradient id="paint1_linear_67_2257" x1="6" y1="6" x2="1" y2="1" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#277224"/>
|
||||
<stop offset="1" stop-color="#5CC33D"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
After Width: | Height: | Size: 799 B |
29
decorators/heart.svg
Normal file
After Width: | Height: | Size: 19 KiB |
30
decorators/house.svg
Normal file
@ -0,0 +1,30 @@
|
||||
<svg width="11" height="9" viewBox="0 0 11 9" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M8.5 8.5H2.5V4.20711L5.5 1.20711L8.5 4.20711V8.5Z" fill="#F3F8FE" stroke="url(#paint0_linear_6_147)"/>
|
||||
<mask id="path-2-inside-1_6_147" fill="white">
|
||||
<path d="M4 5H7V9H4V5Z"/>
|
||||
</mask>
|
||||
<path d="M4 5H7V9H4V5Z" fill="#A7A7A7"/>
|
||||
<path d="M4 5V4H3V5H4ZM7 5H8V4H7V5ZM4 6H7V4H4V6ZM6 5V9H8V5H6ZM5 9V5H3V9H5Z" fill="#888888" mask="url(#path-2-inside-1_6_147)"/>
|
||||
<path d="M3 7V9H0C0 7.5 1 7 3 7Z" fill="url(#paint1_linear_6_147)"/>
|
||||
<path d="M8 7V9H11C11 7.5 10 7 8 7Z" fill="url(#paint2_linear_6_147)"/>
|
||||
<path d="M9.5 3.20711V4.5H8.20711L6.35355 2.64645L5.85355 2.14645C5.65829 1.95118 5.34171 1.95118 5.14645 2.14645L2.79289 4.5H1.5V3.20711L4.20711 0.5H6.79289L9.5 3.20711Z" fill="#CFA366" stroke="url(#paint3_linear_6_147)" stroke-linejoin="round"/>
|
||||
<defs>
|
||||
<linearGradient id="paint0_linear_6_147" x1="2" y1="1" x2="9" y2="9" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#CFCDCB"/>
|
||||
<stop offset="1" stop-color="#666666"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint1_linear_6_147" x1="0" y1="7" x2="3" y2="9" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#72B568"/>
|
||||
<stop offset="1" stop-color="#568953"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint2_linear_6_147" x1="8" y1="7" x2="11" y2="9" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#72B568"/>
|
||||
<stop offset="1" stop-color="#568953"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint3_linear_6_147" x1="1" y1="5" x2="6.60342" y2="9.36262" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#CA9A5F"/>
|
||||
<stop offset="0.5" stop-color="#B1844E"/>
|
||||
<stop offset="1" stop-color="#8F5C38"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
After Width: | Height: | Size: 1.6 KiB |
20
decorators/image decorator blue.svg
Normal file
@ -0,0 +1,20 @@
|
||||
<svg width="10" height="12" viewBox="0 0 10 12" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect x="0.5" y="1.05817" width="9" height="10" rx="0.5" stroke="#466EAD"/>
|
||||
<mask id="path-2-inside-1_283_6179" fill="white">
|
||||
<path d="M1 1.55817H9V10.5582H1V1.55817Z"/>
|
||||
</mask>
|
||||
<path d="M1 1.55817V0.558167C0.447715 0.558167 0 1.00588 0 1.55817L1 1.55817ZM9 1.55817H10C10 1.00588 9.55229 0.558167 9 0.558167V1.55817ZM9 10.5582V12.5582C9.55229 12.5582 10 12.1105 10 11.5582V10.5582H9ZM1 10.5582H0V11.5582C0 12.1105 0.447715 12.5582 1 12.5582V10.5582ZM1 2.55817H9V0.558167H1V2.55817ZM8 1.55817V10.5582H10V1.55817H8ZM9 8.55817H1V12.5582H9V8.55817ZM2 10.5582V1.55817H0V10.5582H2Z" fill="white" style="mix-blend-mode:hard-light" mask="url(#path-2-inside-1_283_6179)"/>
|
||||
<mask id="path-4-inside-2_283_6179" fill="white">
|
||||
<path d="M2 2.55817H8V8.55817H2V2.55817Z"/>
|
||||
</mask>
|
||||
<path d="M2 2.55817H8V8.55817H2V2.55817Z" fill="url(#paint0_linear_283_6179)"/>
|
||||
<path d="M2 2.55817V1.55817H1V2.55817H2ZM8 2.55817H9V1.55817H8V2.55817ZM8 8.55817V9.55817H9V8.55817H8ZM2 8.55817H1V9.55817H2V8.55817ZM2 3.55817H8V1.55817H2V3.55817ZM7 2.55817V8.55817H9V2.55817H7ZM8 7.55817H2V9.55817H8V7.55817ZM3 8.55817V2.55817H1V8.55817H3Z" fill="#02394A" fill-opacity="0.33" style="mix-blend-mode:hard-light" mask="url(#path-4-inside-2_283_6179)"/>
|
||||
<defs>
|
||||
<linearGradient id="paint0_linear_283_6179" x1="5" y1="2.55817" x2="5" y2="8.55817" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#B3DDF5"/>
|
||||
<stop offset="0.5" stop-color="#B5E4FD"/>
|
||||
<stop offset="0.55" stop-color="#72A7DC"/>
|
||||
<stop offset="1" stop-color="#75ADE5"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
After Width: | Height: | Size: 1.6 KiB |
20
decorators/image decorator green.svg
Normal file
@ -0,0 +1,20 @@
|
||||
<svg width="10" height="12" viewBox="0 0 10 12" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect x="0.5" y="1.05817" width="9" height="10" rx="0.5" stroke="#466EAD"/>
|
||||
<mask id="path-2-inside-1_283_6201" fill="white">
|
||||
<path d="M1 1.55817H9V10.5582H1V1.55817Z"/>
|
||||
</mask>
|
||||
<path d="M1 1.55817V0.558167C0.447715 0.558167 0 1.00588 0 1.55817L1 1.55817ZM9 1.55817H10C10 1.00588 9.55229 0.558167 9 0.558167V1.55817ZM9 10.5582V12.5582C9.55229 12.5582 10 12.1105 10 11.5582V10.5582H9ZM1 10.5582H0V11.5582C0 12.1105 0.447715 12.5582 1 12.5582V10.5582ZM1 2.55817H9V0.558167H1V2.55817ZM8 1.55817V10.5582H10V1.55817H8ZM9 8.55817H1V12.5582H9V8.55817ZM2 10.5582V1.55817H0V10.5582H2Z" fill="white" style="mix-blend-mode:hard-light" mask="url(#path-2-inside-1_283_6201)"/>
|
||||
<mask id="path-4-inside-2_283_6201" fill="white">
|
||||
<path d="M2 2.55817H8V8.55817H2V2.55817Z"/>
|
||||
</mask>
|
||||
<path d="M2 2.55817H8V8.55817H2V2.55817Z" fill="url(#paint0_linear_283_6201)"/>
|
||||
<path d="M2 2.55817V1.55817H1V2.55817H2ZM8 2.55817H9V1.55817H8V2.55817ZM8 8.55817V9.55817H9V8.55817H8ZM2 8.55817H1V9.55817H2V8.55817ZM2 3.55817H8V1.55817H2V3.55817ZM7 2.55817V8.55817H9V2.55817H7ZM8 7.55817H2V9.55817H8V7.55817ZM3 8.55817V2.55817H1V8.55817H3Z" fill="#093D00" fill-opacity="0.33" style="mix-blend-mode:hard-light" mask="url(#path-4-inside-2_283_6201)"/>
|
||||
<defs>
|
||||
<linearGradient id="paint0_linear_283_6201" x1="5" y1="2.55817" x2="5" y2="8.55817" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#A0D192"/>
|
||||
<stop offset="0.5" stop-color="#A3D394"/>
|
||||
<stop offset="0.55" stop-color="#5F9888"/>
|
||||
<stop offset="1" stop-color="#4C9047"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
After Width: | Height: | Size: 1.6 KiB |
20
decorators/image decorator red.svg
Normal file
@ -0,0 +1,20 @@
|
||||
<svg width="10" height="12" viewBox="0 0 10 12" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect x="0.5" y="1.05817" width="9" height="10" rx="0.5" stroke="#466EAD"/>
|
||||
<mask id="path-2-inside-1_283_6197" fill="white">
|
||||
<path d="M1 1.55817H9V10.5582H1V1.55817Z"/>
|
||||
</mask>
|
||||
<path d="M1 1.55817V0.558167C0.447715 0.558167 0 1.00588 0 1.55817L1 1.55817ZM9 1.55817H10C10 1.00588 9.55229 0.558167 9 0.558167V1.55817ZM9 10.5582V12.5582C9.55229 12.5582 10 12.1105 10 11.5582V10.5582H9ZM1 10.5582H0V11.5582C0 12.1105 0.447715 12.5582 1 12.5582V10.5582ZM1 2.55817H9V0.558167H1V2.55817ZM8 1.55817V10.5582H10V1.55817H8ZM9 8.55817H1V12.5582H9V8.55817ZM2 10.5582V1.55817H0V10.5582H2Z" fill="white" style="mix-blend-mode:hard-light" mask="url(#path-2-inside-1_283_6197)"/>
|
||||
<mask id="path-4-inside-2_283_6197" fill="white">
|
||||
<path d="M2 2.55817H8V8.55817H2V2.55817Z"/>
|
||||
</mask>
|
||||
<path d="M2 2.55817H8V8.55817H2V2.55817Z" fill="url(#paint0_linear_283_6197)"/>
|
||||
<path d="M2 2.55817V1.55817H1V2.55817H2ZM8 2.55817H9V1.55817H8V2.55817ZM8 8.55817V9.55817H9V8.55817H8ZM2 8.55817H1V9.55817H2V8.55817ZM2 3.55817H8V1.55817H2V3.55817ZM7 2.55817V8.55817H9V2.55817H7ZM8 7.55817H2V9.55817H8V7.55817ZM3 8.55817V2.55817H1V8.55817H3Z" fill="#571B08" fill-opacity="0.33" style="mix-blend-mode:hard-light" mask="url(#path-4-inside-2_283_6197)"/>
|
||||
<defs>
|
||||
<linearGradient id="paint0_linear_283_6197" x1="5" y1="2.55817" x2="5" y2="8.55817" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#FFB7C4"/>
|
||||
<stop offset="0.5" stop-color="#FFC6CF"/>
|
||||
<stop offset="0.55" stop-color="#FF9246"/>
|
||||
<stop offset="1" stop-color="#FF7612"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
After Width: | Height: | Size: 1.6 KiB |
25
decorators/key.svg
Normal file
@ -0,0 +1,25 @@
|
||||
<svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<mask id="path-1-outside-1_6_157" maskUnits="userSpaceOnUse" x="0" y="0" width="10" height="10" fill="black">
|
||||
<rect fill="white" width="10" height="10"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M1 9V7.5L4 5V2.5L5.5 1H7L9 3V4.5L7.5 6H5V7H4V8H3V9H1ZM7 2L8 3L7 4L6 3L7 2Z"/>
|
||||
</mask>
|
||||
<g filter="url(#filter0_i_6_157)">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M1 9V7.5L4 5V2.5L5.5 1H7L9 3V4.5L7.5 6H5V7H4V8H3V9H1ZM7 2L8 3L7 4L6 3L7 2Z" fill="#F4D847"/>
|
||||
</g>
|
||||
<path d="M1 7.5L0.359816 6.73178L0 7.03163V7.5H1ZM1 9H0V10H1V9ZM4 5L4.64018 5.76822L5 5.46837V5H4ZM4 2.5L3.29289 1.79289L3 2.08579V2.5H4ZM5.5 1V0H5.08579L4.79289 0.292893L5.5 1ZM7 1L7.70711 0.292893L7.41421 0H7V1ZM9 3H10V2.58579L9.70711 2.29289L9 3ZM9 4.5L9.70711 5.20711L10 4.91421V4.5H9ZM7.5 6V7H7.91421L8.20711 6.70711L7.5 6ZM5 6V5H4V6H5ZM5 7V8H6V7H5ZM4 7V6H3V7H4ZM4 8V9H5V8H4ZM3 8V7H2V8H3ZM3 9V10H4V9H3ZM8 3L8.70711 3.70711L9.41421 3L8.70711 2.29289L8 3ZM7 2L7.70711 1.29289L7 0.585786L6.29289 1.29289L7 2ZM7 4L6.29289 4.70711L7 5.41421L7.70711 4.70711L7 4ZM6 3L5.29289 2.29289L4.58579 3L5.29289 3.70711L6 3ZM0 7.5V9H2V7.5H0ZM3.35982 4.23178L0.359816 6.73178L1.64018 8.26822L4.64018 5.76822L3.35982 4.23178ZM3 2.5V5H5V2.5H3ZM4.79289 0.292893L3.29289 1.79289L4.70711 3.20711L6.20711 1.70711L4.79289 0.292893ZM7 0H5.5V2H7V0ZM9.70711 2.29289L7.70711 0.292893L6.29289 1.70711L8.29289 3.70711L9.70711 2.29289ZM10 4.5V3H8V4.5H10ZM8.20711 6.70711L9.70711 5.20711L8.29289 3.79289L6.79289 5.29289L8.20711 6.70711ZM5 7H7.5V5H5V7ZM6 7V6H4V7H6ZM4 8H5V6H4V8ZM5 8V7H3V8H5ZM3 9H4V7H3V9ZM4 9V8H2V9H4ZM1 10H3V8H1V10ZM8.70711 2.29289L7.70711 1.29289L6.29289 2.70711L7.29289 3.70711L8.70711 2.29289ZM7.70711 4.70711L8.70711 3.70711L7.29289 2.29289L6.29289 3.29289L7.70711 4.70711ZM5.29289 3.70711L6.29289 4.70711L7.70711 3.29289L6.70711 2.29289L5.29289 3.70711ZM6.29289 1.29289L5.29289 2.29289L6.70711 3.70711L7.70711 2.70711L6.29289 1.29289Z" fill="url(#paint0_linear_6_157)" mask="url(#path-1-outside-1_6_157)"/>
|
||||
<defs>
|
||||
<filter id="filter0_i_6_157" x="0" y="0" width="10" height="10" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
||||
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
||||
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
||||
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
||||
<feOffset dx="2" dy="1"/>
|
||||
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
|
||||
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.5 0"/>
|
||||
<feBlend mode="normal" in2="shape" result="effect1_innerShadow_6_157"/>
|
||||
</filter>
|
||||
<linearGradient id="paint0_linear_6_157" x1="2.5" y1="2.5" x2="6.7612" y2="8.06565" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#EAC15E"/>
|
||||
<stop offset="1" stop-color="#C98032"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
After Width: | Height: | Size: 2.9 KiB |
42
decorators/lightbulb.svg
Normal file
@ -0,0 +1,42 @@
|
||||
<svg width="11" height="13" viewBox="0 0 11 13" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect x="3.5" y="7.05817" width="4" height="5" rx="1.5" fill="#8B8F94" stroke="url(#paint0_linear_330_14323)" stroke-linejoin="round"/>
|
||||
<rect x="4.5" y="7.05817" width="2" height="4" rx="0.5" stroke="url(#paint1_linear_330_14323)"/>
|
||||
<path d="M10 4.13544C10 6.71271 7.375 8.55817 5.5 8.55817C3.625 8.55817 1 6.71271 1 4.13544C1 2.71205 3.01472 1.55817 5.5 1.55817C7.98528 1.55817 10 2.71205 10 4.13544Z" fill="url(#paint2_linear_330_14323)"/>
|
||||
<path d="M9.5 4.13544C9.5 5.24556 8.93481 6.22358 8.12287 6.93788C7.30364 7.65859 6.29182 8.05817 5.5 8.05817C4.70818 8.05817 3.69637 7.65859 2.87713 6.93788C2.06519 6.22358 1.5 5.24556 1.5 4.13544C1.5 3.68003 1.82673 3.1706 2.56651 2.74691C3.29236 2.3312 4.32844 2.05817 5.5 2.05817C6.67156 2.05817 7.70764 2.3312 8.43349 2.74691C9.17327 3.1706 9.5 3.68003 9.5 4.13544Z" stroke="url(#paint3_linear_330_14323)"/>
|
||||
<path d="M3.5 8.55817V7.55817C3.5 6.72974 4.17157 6.05817 5 6.05817H6C6.82843 6.05817 7.5 6.72974 7.5 7.55817V8.55817" stroke="#E68609" stroke-opacity="0.66"/>
|
||||
<ellipse cx="5.5" cy="4.00818" rx="3.75" ry="1.75" fill="#FFFEF9" fill-opacity="0.33"/>
|
||||
<path d="M5.5 9.05817C6.58318 9.05817 7.82136 8.53502 8.78338 7.68868C9.75269 6.83594 10.5 5.60259 10.5 4.13544C10.5 3.16746 9.81938 2.38825 8.93047 1.87915C8.02764 1.36208 6.81372 1.05817 5.5 1.05817C4.18628 1.05817 2.97236 1.36208 2.06953 1.87915C1.18062 2.38825 0.5 3.16746 0.5 4.13544C0.5 5.60259 1.24731 6.83594 2.21662 7.68868C3.17863 8.53502 4.41682 9.05817 5.5 9.05817Z" stroke="url(#paint4_linear_330_14323)" stroke-opacity="0.984314"/>
|
||||
<g filter="url(#filter0_f_330_14323)">
|
||||
<ellipse cx="5.5" cy="4.00813" rx="2.25" ry="1.05" fill="#FFFEF9"/>
|
||||
</g>
|
||||
<defs>
|
||||
<filter id="filter0_f_330_14323" x="2.25" y="1.95813" width="6.5" height="4.09998" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
||||
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
||||
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
||||
<feGaussianBlur stdDeviation="0.5" result="effect1_foregroundBlur_330_14323"/>
|
||||
</filter>
|
||||
<linearGradient id="paint0_linear_330_14323" x1="5.5" y1="7.55817" x2="5.5" y2="11.5582" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#7D7667" stop-opacity="0.886275"/>
|
||||
<stop offset="1" stop-color="#41413F" stop-opacity="0.996078"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint1_linear_330_14323" x1="7" y1="9.05817" x2="4" y2="9.05817" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#61666D"/>
|
||||
<stop offset="0.638913" stop-color="#EAEAEB"/>
|
||||
<stop offset="1" stop-color="#8B8F94"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint2_linear_330_14323" x1="2.12205" y1="1.55817" x2="8.41296" y2="8.29254" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#FDF9E0"/>
|
||||
<stop offset="0.5" stop-color="#F7E37C"/>
|
||||
<stop offset="1" stop-color="#F3D546"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint3_linear_330_14323" x1="5.5" y1="1.55817" x2="5.5" y2="8.55817" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0.62" stop-color="#FFFDED"/>
|
||||
<stop offset="0.85" stop-color="#FFFDED" stop-opacity="0"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint4_linear_330_14323" x1="2.13681" y1="1.55817" x2="8.39834" y2="8.29051" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#FAEBC3"/>
|
||||
<stop offset="0.53" stop-color="#E8B467" stop-opacity="0.847059"/>
|
||||
<stop offset="1" stop-color="#D67E28"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
After Width: | Height: | Size: 3.4 KiB |
18
decorators/lightning.svg
Normal file
@ -0,0 +1,18 @@
|
||||
<svg width="12" height="11" viewBox="0 0 12 11" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M9 4.5H7V4.15139L8.91603 1.27735L9.43426 0.5H8.5H4.5H4.19098L4.05279 0.776393L1.55279 5.77639L1.19098 6.5H2H4.85961L4.51493 7.87873L4.17337 9.24497L5.3 8.4L9.3 5.4L10.5 4.5H9Z" fill="url(#paint0_linear_367_6806)" stroke="url(#paint1_linear_367_6806)"/>
|
||||
<path d="M5.98507 6.12127L6.14039 5.5H6.5H7.5L5.82663 6.75503L5.98507 6.12127ZM5.5 5.5H2.80902L4.80902 1.5H7.56574L6.08397 3.72265L6 3.84861V4V5V5.5H5.5Z" stroke="url(#paint2_linear_367_6806)"/>
|
||||
<defs>
|
||||
<linearGradient id="paint0_linear_367_6806" x1="0.103446" y1="-6.18405e-07" x2="9.85338" y2="10.9305" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#F4D848"/>
|
||||
<stop offset="1" stop-color="#EBB62F"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint1_linear_367_6806" x1="2" y1="1.18626" x2="8.68267" y2="8" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#ECD45D"/>
|
||||
<stop offset="1" stop-color="#D79D22"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint2_linear_367_6806" x1="2.00351" y1="1" x2="8.99649" y2="8" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0.366222" stop-color="#F8E690"/>
|
||||
<stop offset="0.68369" stop-color="#F0D07D"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
After Width: | Height: | Size: 1.2 KiB |
46
decorators/link.svg
Normal file
@ -0,0 +1,46 @@
|
||||
<svg width="13" height="7" viewBox="0 0 13 7" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<mask id="path-1-inside-1_9_177" fill="white">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.5 7C5.433 7 7 5.433 7 3.5C7 1.567 5.433 0 3.5 0C1.567 0 0 1.567 0 3.5C0 5.433 1.567 7 3.5 7ZM3.5 4C3.77614 4 4 3.77614 4 3.5C4 3.22386 3.77614 3 3.5 3C3.22386 3 3 3.22386 3 3.5C3 3.77614 3.22386 4 3.5 4Z"/>
|
||||
</mask>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.5 7C5.433 7 7 5.433 7 3.5C7 1.567 5.433 0 3.5 0C1.567 0 0 1.567 0 3.5C0 5.433 1.567 7 3.5 7ZM3.5 4C3.77614 4 4 3.77614 4 3.5C4 3.22386 3.77614 3 3.5 3C3.22386 3 3 3.22386 3 3.5C3 3.77614 3.22386 4 3.5 4Z" fill="url(#paint0_linear_9_177)"/>
|
||||
<path d="M6 3.5C6 4.88071 4.88071 6 3.5 6V8C5.98528 8 8 5.98528 8 3.5H6ZM3.5 1C4.88071 1 6 2.11929 6 3.5H8C8 1.01472 5.98528 -1 3.5 -1V1ZM1 3.5C1 2.11929 2.11929 1 3.5 1V-1C1.01472 -1 -1 1.01472 -1 3.5H1ZM3.5 6C2.11929 6 1 4.88071 1 3.5H-1C-1 5.98528 1.01472 8 3.5 8V6ZM3 3.5C3 3.22386 3.22386 3 3.5 3V5C4.32843 5 5 4.32843 5 3.5H3ZM3.5 4C3.22386 4 3 3.77614 3 3.5H5C5 2.67157 4.32843 2 3.5 2V4ZM4 3.5C4 3.77614 3.77614 4 3.5 4V2C2.67157 2 2 2.67157 2 3.5H4ZM3.5 3C3.77614 3 4 3.22386 4 3.5H2C2 4.32843 2.67157 5 3.5 5V3Z" fill="url(#paint1_linear_9_177)" mask="url(#path-1-inside-1_9_177)"/>
|
||||
<mask id="path-3-inside-2_9_177" fill="white">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.5 7C11.433 7 13 5.433 13 3.5C13 1.567 11.433 0 9.5 0C7.567 0 6 1.567 6 3.5C6 5.433 7.567 7 9.5 7ZM9.5 4C9.77614 4 10 3.77614 10 3.5C10 3.22386 9.77614 3 9.5 3C9.22386 3 9 3.22386 9 3.5C9 3.77614 9.22386 4 9.5 4Z"/>
|
||||
</mask>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.5 7C11.433 7 13 5.433 13 3.5C13 1.567 11.433 0 9.5 0C7.567 0 6 1.567 6 3.5C6 5.433 7.567 7 9.5 7ZM9.5 4C9.77614 4 10 3.77614 10 3.5C10 3.22386 9.77614 3 9.5 3C9.22386 3 9 3.22386 9 3.5C9 3.77614 9.22386 4 9.5 4Z" fill="url(#paint2_linear_9_177)"/>
|
||||
<path d="M12 3.5C12 4.88071 10.8807 6 9.5 6V8C11.9853 8 14 5.98528 14 3.5H12ZM9.5 1C10.8807 1 12 2.11929 12 3.5H14C14 1.01472 11.9853 -1 9.5 -1V1ZM7 3.5C7 2.11929 8.11929 1 9.5 1V-1C7.01472 -1 5 1.01472 5 3.5H7ZM9.5 6C8.11929 6 7 4.88071 7 3.5H5C5 5.98528 7.01472 8 9.5 8V6ZM9 3.5C9 3.22386 9.22386 3 9.5 3V5C10.3284 5 11 4.32843 11 3.5H9ZM9.5 4C9.22386 4 9 3.77614 9 3.5H11C11 2.67157 10.3284 2 9.5 2V4ZM10 3.5C10 3.77614 9.77614 4 9.5 4V2C8.67157 2 8 2.67157 8 3.5H10ZM9.5 3C9.77614 3 10 3.22386 10 3.5H8C8 4.32843 8.67157 5 9.5 5V3Z" fill="url(#paint3_linear_9_177)" mask="url(#path-3-inside-2_9_177)"/>
|
||||
<rect x="3.5" y="2.5" width="6" height="2" fill="url(#paint4_linear_9_177)"/>
|
||||
<rect x="3.5" y="2.5" width="6" height="2" stroke="url(#paint5_linear_9_177)" stroke-linejoin="round"/>
|
||||
<rect x="3.5" y="2.5" width="6" height="2" stroke="url(#paint6_linear_9_177)" stroke-linejoin="round"/>
|
||||
<defs>
|
||||
<linearGradient id="paint0_linear_9_177" x1="2" y1="2" x2="5.5" y2="5.5" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#D9D9D9"/>
|
||||
<stop offset="1" stop-color="#737373"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint1_linear_9_177" x1="7" y1="7" x2="0" y2="0" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#404040"/>
|
||||
<stop offset="1" stop-color="#8D8D8D"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint2_linear_9_177" x1="8" y1="2" x2="11" y2="5" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#D9D9D9"/>
|
||||
<stop offset="1" stop-color="#737373"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint3_linear_9_177" x1="13" y1="7" x2="6" y2="0" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#404040"/>
|
||||
<stop offset="1" stop-color="#8D8D8D"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint4_linear_9_177" x1="4.71429" y1="3.14286" x2="4.98901" y2="4.51648" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#D9D9D9"/>
|
||||
<stop offset="1" stop-color="#737373"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint5_linear_9_177" x1="6.5" y1="5" x2="6.5" y2="2" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0.33" stop-color="#515151"/>
|
||||
<stop offset="0.66" stop-color="#8D8D8D"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint6_linear_9_177" x1="4" y1="3.5" x2="9" y2="3.5" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#484848"/>
|
||||
<stop offset="0.515" stop-color="#484848" stop-opacity="0"/>
|
||||
<stop offset="1" stop-color="#484848"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
After Width: | Height: | Size: 4.2 KiB |
39
decorators/lock.svg
Normal file
@ -0,0 +1,39 @@
|
||||
<svg width="8" height="10" viewBox="0 0 8 10" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<mask id="path-1-inside-1_241_4847" fill="white">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M7 3.55817V4.55817H6.99998V3.55817H5.5C5.5 2.72974 4.82843 2.05817 4 2.05817C3.17157 2.05817 2.5 2.72974 2.5 3.55817H1C1 1.90131 2.34315 0.558167 4 0.558167C5.65685 0.558167 7 1.90131 7 3.55817Z"/>
|
||||
</mask>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M7 3.55817V4.55817H6.99998V3.55817H5.5C5.5 2.72974 4.82843 2.05817 4 2.05817C3.17157 2.05817 2.5 2.72974 2.5 3.55817H1C1 1.90131 2.34315 0.558167 4 0.558167C5.65685 0.558167 7 1.90131 7 3.55817Z" fill="url(#paint0_linear_241_4847)"/>
|
||||
<path d="M7 4.55817V5.55817H8V4.55817H7ZM6.99998 4.55817H5.99998V5.55817H6.99998V4.55817ZM6.99998 3.55817H7.99998V2.55817H6.99998V3.55817ZM5.5 3.55817H4.5V4.55817H5.5V3.55817ZM2.5 3.55817V4.55817H3.5V3.55817H2.5ZM1 3.55817H0V4.55817H1V3.55817ZM8 4.55817V3.55817H6V4.55817H8ZM6.99998 5.55817H7V3.55817H6.99998V5.55817ZM5.99998 3.55817V4.55817H7.99998V3.55817H5.99998ZM5.5 4.55817H6.99998V2.55817H5.5V4.55817ZM4 3.05817C4.27614 3.05817 4.5 3.28202 4.5 3.55817H6.5C6.5 2.17745 5.38071 1.05817 4 1.05817V3.05817ZM3.5 3.55817C3.5 3.28202 3.72386 3.05817 4 3.05817V1.05817C2.61929 1.05817 1.5 2.17745 1.5 3.55817H3.5ZM1 4.55817H2.5V2.55817H1V4.55817ZM4 -0.441833C1.79086 -0.441833 0 1.34903 0 3.55817H2C2 2.4536 2.89543 1.55817 4 1.55817V-0.441833ZM8 3.55817C8 1.34903 6.20914 -0.441833 4 -0.441833V1.55817C5.10457 1.55817 6 2.4536 6 3.55817H8Z" fill="url(#paint1_linear_241_4847)" fill-opacity="0.5" mask="url(#path-1-inside-1_241_4847)"/>
|
||||
<rect x="0.5" y="4.05817" width="7" height="5" fill="url(#paint2_linear_241_4847)" stroke="url(#paint3_linear_241_4847)"/>
|
||||
<g filter="url(#filter0_i_241_4847)">
|
||||
<rect x="3" y="5.55817" width="2" height="2" fill="#AB824D"/>
|
||||
</g>
|
||||
<defs>
|
||||
<filter id="filter0_i_241_4847" x="3" y="5.55817" width="2" height="2" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
||||
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
||||
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
||||
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
||||
<feOffset dx="1" dy="1"/>
|
||||
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
|
||||
<feColorMatrix type="matrix" values="0 0 0 0 0.866667 0 0 0 0 0.592157 0 0 0 0 0.188235 0 0 0 1 0"/>
|
||||
<feBlend mode="normal" in2="shape" result="effect1_innerShadow_241_4847"/>
|
||||
</filter>
|
||||
<linearGradient id="paint0_linear_241_4847" x1="2.71429" y1="2.15371" x2="6.11252" y2="5.12717" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#D9D9D9"/>
|
||||
<stop offset="1" stop-color="#737373"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint1_linear_241_4847" x1="7" y1="7.05167" x2="0.20354" y2="1.10477" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#404040"/>
|
||||
<stop offset="1" stop-color="#8D8D8D"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint2_linear_241_4847" x1="1" y1="7.05817" x2="6.92391" y2="7.72954" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#F8E48E"/>
|
||||
<stop offset="0.477181" stop-color="#FFF297"/>
|
||||
<stop offset="1" stop-color="#EEBA3C"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint3_linear_241_4847" x1="1" y1="4.55817" x2="7" y2="8.55817" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#E0C259"/>
|
||||
<stop offset="1" stop-color="#CE6E01"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
After Width: | Height: | Size: 3.3 KiB |
16
decorators/magnifier.svg
Normal file
@ -0,0 +1,16 @@
|
||||
<svg width="9" height="9" viewBox="0 0 9 9" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M8.5 7C8.5 6.86739 8.44732 6.74021 8.35355 6.64645L6.35355 4.64645C6.25979 4.55268 6.13261 4.5 6 4.5H5C4.72386 4.5 4.5 4.72386 4.5 5V6C4.5 6.13261 4.55268 6.25979 4.64645 6.35355L6.64645 8.35355C6.74021 8.44732 6.86739 8.5 7 8.5H8C8.27614 8.5 8.5 8.27614 8.5 8V7Z" fill="#DEB992" stroke="url(#paint0_linear_3_1273)" stroke-linejoin="round"/>
|
||||
<circle cx="3.5" cy="3.5" r="3.5" fill="url(#paint1_radial_3_1273)"/>
|
||||
<circle cx="3.5" cy="3.5" r="3" stroke="#9BBDE2" stroke-opacity="0.66"/>
|
||||
<circle cx="3.5" cy="3.5" r="2" stroke="white" stroke-opacity="0.33"/>
|
||||
<defs>
|
||||
<linearGradient id="paint0_linear_3_1273" x1="5" y1="5" x2="8" y2="8" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#DCAC78"/>
|
||||
<stop offset="1" stop-color="#BA8A50"/>
|
||||
</linearGradient>
|
||||
<radialGradient id="paint1_radial_3_1273" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(6 6) rotate(-135) scale(7.07107)">
|
||||
<stop offset="0.33" stop-color="#B0D2F3"/>
|
||||
<stop offset="1" stop-color="#E0EEFC"/>
|
||||
</radialGradient>
|
||||
</defs>
|
||||
</svg>
|
After Width: | Height: | Size: 1.1 KiB |
13
decorators/minus.svg
Normal file
@ -0,0 +1,13 @@
|
||||
<svg width="7" height="3" viewBox="0 0 7 3" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect x="0.5" y="0.5" width="6" height="2" fill="url(#paint0_linear_440_7023)" stroke="url(#paint1_linear_440_7023)" stroke-linejoin="round"/>
|
||||
<defs>
|
||||
<linearGradient id="paint0_linear_440_7023" x1="1" y1="1.5" x2="6" y2="1.5" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#F2A795"/>
|
||||
<stop offset="1" stop-color="#E88C82"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint1_linear_440_7023" x1="1" y1="1.5" x2="6" y2="1.5" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#FC6F6D"/>
|
||||
<stop offset="1" stop-color="#EC1A23"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
After Width: | Height: | Size: 647 B |
13
decorators/next item.svg
Normal file
@ -0,0 +1,13 @@
|
||||
<svg width="5" height="7" viewBox="0 0 5 7" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M1.77003 6.5L4.34146 3.5L1.77003 0.5L0.5 0.5L0.5 6.5L1.77003 6.5Z" fill="url(#paint0_linear_445_7514)" stroke="url(#paint1_linear_445_7514)" stroke-linecap="round"/>
|
||||
<defs>
|
||||
<linearGradient id="paint0_linear_445_7514" x1="1" y1="1" x2="3.5" y2="3.5" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#659ED9"/>
|
||||
<stop offset="1" stop-color="#4B72C1"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint1_linear_445_7514" x1="-8.34742e-08" y1="5.96244e-08" x2="5.42412" y2="6.65429" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#498AD3"/>
|
||||
<stop offset="1" stop-color="#314AAD"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
After Width: | Height: | Size: 708 B |
24
decorators/office 2012.svg
Normal file
@ -0,0 +1,24 @@
|
||||
<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect x="0.5" y="0.5" width="5" height="5" stroke="url(#paint0_linear_382_7284)" stroke-linejoin="round"/>
|
||||
<rect x="7.5" y="2.5" width="3" height="3" stroke="url(#paint1_linear_382_7284)" stroke-linejoin="round"/>
|
||||
<rect x="1.5" y="7.5" width="4" height="4" stroke="url(#paint2_linear_382_7284)" stroke-linejoin="round"/>
|
||||
<rect x="7.5" y="7.5" width="3.5" height="3.5" stroke="url(#paint3_linear_382_7284)" stroke-linejoin="round"/>
|
||||
<defs>
|
||||
<linearGradient id="paint0_linear_382_7284" x1="1" y1="1" x2="5" y2="5" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#D14339"/>
|
||||
<stop offset="1" stop-color="#F9AD55"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint1_linear_382_7284" x1="8" y1="3" x2="10" y2="5" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#5F96C8"/>
|
||||
<stop offset="1" stop-color="#6FA4CF"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint2_linear_382_7284" x1="2" y1="8" x2="5" y2="11" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#E7C352"/>
|
||||
<stop offset="1" stop-color="#EABA30"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint3_linear_382_7284" x1="8" y1="8" x2="10.5" y2="10.5" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#9FC164"/>
|
||||
<stop offset="1" stop-color="#658247"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
After Width: | Height: | Size: 1.3 KiB |
22
decorators/office 365.svg
Normal file
@ -0,0 +1,22 @@
|
||||
<svg width="8" height="10" viewBox="0 0 8 10" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M8 8.3871V2.11144C8 1.75048 7.75829 1.43423 7.40999 1.33949L4.35327 0.507996L5 1.99998V8.99998L4.41495 9.96654L7.40825 9.15952C7.75741 9.06539 8 8.74873 8 8.3871Z" fill="url(#paint0_linear_382_7267)"/>
|
||||
<path d="M0.552787 2.22361L3.84223 0.578885C4.37415 0.312925 5 0.699722 5 1.29443V2L2.68377 2.77208C2.27543 2.90819 2 3.29033 2 3.72076V6.38197C2 6.76074 1.786 7.107 1.44721 7.27639L0.434164 7.78292C0.234694 7.88265 0 7.7376 0 7.51459V3.11803C0 2.73926 0.214003 2.393 0.552787 2.22361Z" fill="url(#paint1_linear_382_7267)"/>
|
||||
<path d="M3.82918 9.91459L1.89443 8.94721C1.42252 8.71126 1.59042 8 2.11803 8H5V9V9.19098C5 9.63779 4.63779 10 4.19098 10C4.06539 10 3.94152 9.97076 3.82918 9.91459Z" fill="url(#paint2_linear_382_7267)"/>
|
||||
<defs>
|
||||
<linearGradient id="paint0_linear_382_7267" x1="6" y1="0.499985" x2="6" y2="9.99998" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#F79F00"/>
|
||||
<stop offset="0.325" stop-color="#E05000"/>
|
||||
<stop offset="1" stop-color="#D93800"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint1_linear_382_7267" x1="4.90418" y1="-5.23159e-08" x2="0.0958243" y2="8" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#5B0000"/>
|
||||
<stop offset="0.412107" stop-color="#A70C0C"/>
|
||||
<stop offset="0.635432" stop-color="#BE171C"/>
|
||||
<stop offset="1" stop-color="#BA579C"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint2_linear_382_7267" x1="3.7253e-08" y1="9" x2="5" y2="9" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0.331916" stop-color="#F32742"/>
|
||||
<stop offset="1" stop-color="#8A0206"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
After Width: | Height: | Size: 1.6 KiB |
10
decorators/onenote.svg
Normal file
@ -0,0 +1,10 @@
|
||||
<svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect width="10" height="10" rx="1" fill="url(#paint0_linear_145_3785)"/>
|
||||
<path d="M7.20459 7.5H6.09033L4.07031 4.42041C3.95182 4.2404 3.86979 4.10482 3.82422 4.01367H3.81055C3.82878 4.18685 3.83789 4.45117 3.83789 4.80664V7.5H2.79541V2.59863H3.98486L5.92969 5.58252C6.01855 5.71696 6.10059 5.85026 6.17578 5.98242H6.18945C6.17122 5.86849 6.16211 5.64404 6.16211 5.30908V2.59863H7.20459V7.5Z" fill="white"/>
|
||||
<defs>
|
||||
<linearGradient id="paint0_linear_145_3785" x1="0" y1="0" x2="10" y2="10" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#8424B3"/>
|
||||
<stop offset="1" stop-color="#631396"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
After Width: | Height: | Size: 719 B |
15
decorators/orange.svg
Normal file
@ -0,0 +1,15 @@
|
||||
<svg width="7" height="7" viewBox="0 0 7 7" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<circle cx="3.5" cy="3.5" r="3.5" fill="url(#paint0_radial_67_2256)"/>
|
||||
<circle cx="3.5" cy="3.5" r="3" stroke="url(#paint1_linear_67_2256)" stroke-opacity="0.66"/>
|
||||
<circle cx="3.5" cy="3.5" r="2" stroke="white" stroke-opacity="0.33"/>
|
||||
<defs>
|
||||
<radialGradient id="paint0_radial_67_2256" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(6 6) rotate(-135) scale(7.07107)">
|
||||
<stop offset="0.326479" stop-color="#FF8707"/>
|
||||
<stop offset="1" stop-color="#E5C991"/>
|
||||
</radialGradient>
|
||||
<linearGradient id="paint1_linear_67_2256" x1="6" y1="6" x2="1" y2="1" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#DE6800"/>
|
||||
<stop offset="1" stop-color="#FF8D13"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
After Width: | Height: | Size: 802 B |
10
decorators/outlook-1.svg
Normal file
@ -0,0 +1,10 @@
|
||||
<svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect width="10" height="10" rx="1" fill="url(#paint0_linear_303_8916)"/>
|
||||
<path d="M7.58179 7.5H6.29272L5.91919 6.33179H4.05151L3.68164 7.5H2.3999L4.31152 2.24854H5.71411L7.58179 7.5ZM5.64819 5.42358L5.08423 3.65845C5.04272 3.52661 5.01343 3.36914 4.99634 3.18604H4.96704C4.95483 3.33984 4.92432 3.49243 4.87549 3.6438L4.3042 5.42358H5.64819Z" fill="white"/>
|
||||
<defs>
|
||||
<linearGradient id="paint0_linear_303_8916" x1="0" y1="0" x2="10" y2="10" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#AF2031"/>
|
||||
<stop offset="1" stop-color="#881421"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
After Width: | Height: | Size: 670 B |
10
decorators/outlook.svg
Normal file
@ -0,0 +1,10 @@
|
||||
<svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect width="10" height="10" rx="1" fill="url(#paint0_linear_145_3801)"/>
|
||||
<path d="M4.97437 7.59155C4.22241 7.59155 3.60962 7.34741 3.13599 6.85913C2.66235 6.36841 2.42554 5.72998 2.42554 4.94385C2.42554 4.11377 2.66602 3.44238 3.14697 2.92969C3.62793 2.41699 4.26514 2.16064 5.05859 2.16064C5.80811 2.16064 6.41357 2.40601 6.875 2.89673C7.33887 3.38745 7.5708 4.03442 7.5708 4.83765C7.5708 5.66284 7.33032 6.32812 6.84937 6.8335C6.37085 7.33887 5.74585 7.59155 4.97437 7.59155ZM5.02563 3.17871C4.6106 3.17871 4.28101 3.33496 4.03687 3.64746C3.79272 3.95752 3.67065 4.3689 3.67065 4.88159C3.67065 5.40161 3.79272 5.81299 4.03687 6.11572C4.28101 6.41846 4.60083 6.56982 4.99634 6.56982C5.40405 6.56982 5.72754 6.42334 5.9668 6.13037C6.20605 5.83496 6.32568 5.42603 6.32568 4.90356C6.32568 4.35913 6.20972 3.93555 5.97778 3.63281C5.74585 3.33008 5.42847 3.17871 5.02563 3.17871Z" fill="white"/>
|
||||
<defs>
|
||||
<linearGradient id="paint0_linear_145_3801" x1="0" y1="0" x2="10" y2="10" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#1785D9"/>
|
||||
<stop offset="1" stop-color="#0A63C9"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
After Width: | Height: | Size: 1.2 KiB |
15
decorators/page blue.svg
Normal file
@ -0,0 +1,15 @@
|
||||
<svg width="10" height="12" viewBox="0 0 10 12" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M1 2C1 1.44772 1.44772 1 2 1H6.56545C6.84263 1 7.10738 1.11505 7.2965 1.31768L8.73106 2.8547C8.90388 3.03987 9 3.28373 9 3.53702V10C9 10.5523 8.55228 11 8 11H2C1.44772 11 1 10.5523 1 10V2Z" fill="url(#paint0_linear_133_2119)"/>
|
||||
<path d="M2 0.5C1.17157 0.5 0.5 1.17157 0.5 2V10C0.5 10.8284 1.17157 11.5 2 11.5H8C8.82843 11.5 9.5 10.8284 9.5 10V3.53702C9.5 3.15708 9.35582 2.7913 9.09658 2.51354L7.66203 0.976523C7.37834 0.67257 6.98122 0.5 6.56545 0.5H2Z" stroke="url(#paint1_linear_133_2119)" stroke-opacity="0.8" stroke-linejoin="round"/>
|
||||
<path d="M1.5 2C1.5 1.72386 1.72386 1.5 2 1.5H6C6.27614 1.5 6.5 1.72386 6.5 2V2.14286C6.5 2.97128 7.17157 3.64286 8 3.64286C8.27614 3.64286 8.5 3.86671 8.5 4.14286V10C8.5 10.2761 8.27614 10.5 8 10.5H2C1.72386 10.5 1.5 10.2761 1.5 10V2Z" stroke="white" stroke-linejoin="round" style="mix-blend-mode:soft-light"/>
|
||||
<defs>
|
||||
<linearGradient id="paint0_linear_133_2119" x1="1" y1="11" x2="9.64211" y2="1.5897" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0.500484" stop-color="#D2E5FD"/>
|
||||
<stop offset="0.844906" stop-color="#A6CBF0"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint1_linear_133_2119" x1="1" y1="1.1503" x2="9.64212" y2="10.5606" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#2F88DF"/>
|
||||
<stop offset="1" stop-color="#053C92"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
After Width: | Height: | Size: 1.4 KiB |
16
decorators/page white.svg
Normal file
@ -0,0 +1,16 @@
|
||||
<svg width="10" height="12" viewBox="0 0 10 12" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M1 2C1 1.44772 1.44772 1 2 1H6.56545C6.84263 1 7.10738 1.11505 7.2965 1.31768L8.73106 2.8547C8.90388 3.03987 9 3.28373 9 3.53702V10C9 10.5523 8.55228 11 8 11H2C1.44772 11 1 10.5523 1 10V2Z" fill="url(#paint0_linear_115_1491)"/>
|
||||
<path d="M2 0.5C1.17157 0.5 0.5 1.17157 0.5 2V10C0.5 10.8284 1.17157 11.5 2 11.5H8C8.82843 11.5 9.5 10.8284 9.5 10V3.53702C9.5 3.15708 9.35582 2.7913 9.09658 2.51354L7.66203 0.976523C7.37834 0.67257 6.98122 0.5 6.56545 0.5H2Z" stroke="#A8A8A8" stroke-opacity="0.66" stroke-linejoin="round"/>
|
||||
<path d="M7.40331 2.75595L7.12747 1.86933L8.23082 3.05149L7.40331 2.75595Z" stroke="url(#paint1_linear_115_1491)"/>
|
||||
<path d="M1.5 2C1.5 1.72386 1.72386 1.5 2 1.5H6C6.27614 1.5 6.5 1.72386 6.5 2V2.14286C6.5 2.97128 7.17157 3.64286 8 3.64286C8.27614 3.64286 8.5 3.86671 8.5 4.14286V10C8.5 10.2761 8.27614 10.5 8 10.5H2C1.72386 10.5 1.5 10.2761 1.5 10V2Z" stroke="white" stroke-linejoin="round"/>
|
||||
<defs>
|
||||
<linearGradient id="paint0_linear_115_1491" x1="1" y1="11" x2="9.64211" y2="1.5897" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0.500484" stop-color="white"/>
|
||||
<stop offset="0.872799" stop-color="#E6E6E6"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint1_linear_115_1491" x1="7.00004" y1="3.14286" x2="8.06892" y2="2.14523" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0.385417" stop-color="#F1F1F1"/>
|
||||
<stop offset="1" stop-color="white"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
After Width: | Height: | Size: 1.5 KiB |
39
decorators/palette.svg
Normal file
@ -0,0 +1,39 @@
|
||||
<svg width="11" height="12" viewBox="0 0 11 12" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<mask id="path-1-outside-1_329_14186" maskUnits="userSpaceOnUse" x="0" y="0.558167" width="12" height="11" fill="black">
|
||||
<rect fill="white" y="0.558167" width="12" height="11"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.0023 5.36617C10.0801 6.8199 9.1395 7.96342 8.35487 8.82788C7.57024 9.69234 5.2346 11.0617 4.57561 10.3694C4.25217 10.0296 4.2126 9.64842 4.17302 9.26718C4.13231 8.87506 4.0916 8.48286 3.74197 8.13554C3.40015 7.79598 2.92483 7.66826 2.4496 7.54056C1.98375 7.41539 1.51799 7.29023 1.17815 6.96559C0.488634 6.3069 1.96886 4.15349 2.75349 3.28903C3.53812 2.42457 4.66255 1.55817 6.04842 1.55817C6.70741 1.55817 7.56058 1.58927 8.46017 2.48134C9.37191 3.38546 9.9417 4.23212 10.0023 5.36617ZM5 7.55817C5.55228 7.55817 6 7.11045 6 6.55817C6 6.00588 5.55228 5.55817 5 5.55817C4.44772 5.55817 4 6.00588 4 6.55817C4 7.11045 4.44772 7.55817 5 7.55817Z"/>
|
||||
</mask>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.0023 5.36617C10.0801 6.8199 9.1395 7.96342 8.35487 8.82788C7.57024 9.69234 5.2346 11.0617 4.57561 10.3694C4.25217 10.0296 4.2126 9.64842 4.17302 9.26718C4.13231 8.87506 4.0916 8.48286 3.74197 8.13554C3.40015 7.79598 2.92483 7.66826 2.4496 7.54056C1.98375 7.41539 1.51799 7.29023 1.17815 6.96559C0.488634 6.3069 1.96886 4.15349 2.75349 3.28903C3.53812 2.42457 4.66255 1.55817 6.04842 1.55817C6.70741 1.55817 7.56058 1.58927 8.46017 2.48134C9.37191 3.38546 9.9417 4.23212 10.0023 5.36617ZM5 7.55817C5.55228 7.55817 6 7.11045 6 6.55817C6 6.00588 5.55228 5.55817 5 5.55817C4.44772 5.55817 4 6.00588 4 6.55817C4 7.11045 4.44772 7.55817 5 7.55817Z" fill="url(#paint0_linear_329_14186)"/>
|
||||
<path d="M8.35487 8.82788L9.09534 9.49997L8.35487 8.82788ZM10.0023 5.36617L11.0009 5.31278V5.31278L10.0023 5.36617ZM4.57561 10.3694L5.29995 9.67995L5.29995 9.67995L4.57561 10.3694ZM4.17302 9.26718L5.16768 9.16392L4.17302 9.26718ZM3.74197 8.13554L3.0372 8.84498L3.74197 8.13554ZM2.4496 7.54056L2.7091 6.57482L2.70909 6.57482L2.4496 7.54056ZM1.17815 6.96559L1.86891 6.2425L1.86891 6.2425L1.17815 6.96559ZM2.75349 3.28903L3.49396 3.96112L3.49396 3.96112L2.75349 3.28903ZM8.46017 2.48134L9.16431 1.77128L9.1643 1.77128L8.46017 2.48134ZM9.09534 9.49997C9.86132 8.65606 11.1033 7.22747 11.0009 5.31278L9.00377 5.41957C9.05685 6.41233 8.41769 7.27078 7.6144 8.15579L9.09534 9.49997ZM3.85128 11.0588C4.35357 11.5866 5.04181 11.5917 5.46999 11.5329C5.93684 11.4687 6.41993 11.2891 6.84794 11.0854C7.69655 10.6814 8.59369 10.0527 9.09534 9.49997L7.6144 8.15579C7.33143 8.46756 6.66843 8.95576 5.98831 9.27952C5.65195 9.43964 5.37853 9.52662 5.19759 9.5515C4.97798 9.58169 5.12715 9.49841 5.29995 9.67995L3.85128 11.0588ZM3.17837 9.37045C3.21581 9.73115 3.2664 10.4444 3.85128 11.0588L5.29995 9.67995C5.26269 9.64081 5.2434 9.60589 5.2262 9.54817C5.202 9.46697 5.18904 9.36973 5.16768 9.16392L3.17837 9.37045ZM3.0372 8.84498C3.08126 8.88874 3.10099 8.92512 3.11807 8.9803C3.14306 9.06101 3.15635 9.15842 3.17837 9.37045L5.16768 9.16392C5.12874 8.78888 5.07607 8.05129 4.44673 7.4261L3.0372 8.84498ZM2.1901 8.5063C2.72045 8.64881 2.9168 8.72537 3.0372 8.84498L4.44673 7.4261C3.8835 6.86658 3.12921 6.6877 2.7091 6.57482L2.1901 8.5063ZM0.487393 7.68868C1.04422 8.2206 1.77748 8.39543 2.1901 8.5063L2.70909 6.57482C2.19003 6.43534 1.99176 6.35986 1.86891 6.2425L0.487393 7.68868ZM2.01302 2.61694C1.57331 3.10139 0.954787 3.92461 0.527295 4.74025C0.316274 5.14288 0.11808 5.60644 0.0381287 6.06192C-0.0370954 6.49046 -0.0474178 7.17777 0.487393 7.68868L1.86891 6.2425C2.05896 6.42406 1.9751 6.59519 2.00801 6.4077C2.03619 6.24714 2.12781 5.99481 2.29874 5.66869C2.63514 5.02684 3.14904 4.34113 3.49396 3.96112L2.01302 2.61694ZM6.04842 0.558167C4.23555 0.558167 2.8608 1.6829 2.01302 2.61694L3.49396 3.96112C4.21544 3.16623 5.08954 2.55817 6.04842 2.55817V0.558167ZM9.1643 1.77128C8.59809 1.20979 8.01491 0.892074 7.44461 0.725385C6.89025 0.563354 6.38985 0.558167 6.04842 0.558167V2.55817C6.36598 2.55817 6.62166 2.56853 6.88352 2.64507C7.12946 2.71695 7.42266 2.86082 7.75604 3.19141L9.1643 1.77128ZM11.0009 5.31278C10.9208 3.81378 10.146 2.74479 9.16431 1.77128L7.75604 3.19141C8.5978 4.02614 8.96264 4.65045 9.00377 5.41957L11.0009 5.31278ZM5 6.55817V8.55817C6.10457 8.55817 7 7.66274 7 6.55817H5ZM5 6.55817H7C7 5.4536 6.10457 4.55817 5 4.55817V6.55817ZM5 6.55817H5V4.55817C3.89543 4.55817 3 5.4536 3 6.55817H5ZM5 6.55817H5H3C3 7.66274 3.89543 8.55817 5 8.55817V6.55817Z" fill="url(#paint1_linear_329_14186)" mask="url(#path-1-outside-1_329_14186)"/>
|
||||
<mask id="path-3-inside-2_329_14186" fill="white">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.0023 5.36617C10.0801 6.8199 9.1395 7.96342 8.35487 8.82788C7.57024 9.69234 5.2346 11.0617 4.57561 10.3694C4.25217 10.0296 4.2126 9.64842 4.17302 9.26718C4.13231 8.87506 4.0916 8.48286 3.74197 8.13554C3.40015 7.79598 2.92483 7.66826 2.4496 7.54056C1.98375 7.41539 1.51799 7.29023 1.17815 6.96559C0.488634 6.3069 1.96886 4.15349 2.75349 3.28903C3.53812 2.42457 4.66255 1.55817 6.04842 1.55817C6.70741 1.55817 7.56058 1.58927 8.46017 2.48134C9.37191 3.38546 9.9417 4.23212 10.0023 5.36617ZM5 7.55817C5.55228 7.55817 6 7.11045 6 6.55817C6 6.00588 5.55228 5.55817 5 5.55817C4.44772 5.55817 4 6.00588 4 6.55817C4 7.11045 4.44772 7.55817 5 7.55817Z"/>
|
||||
</mask>
|
||||
<path d="M8.35487 8.82788L9.09534 9.49997L8.35487 8.82788ZM10.0023 5.36617L11.0009 5.31278V5.31278L10.0023 5.36617ZM4.57561 10.3694L5.29995 9.67995L5.29995 9.67995L4.57561 10.3694ZM4.17302 9.26718L5.16768 9.16392L4.17302 9.26718ZM3.74197 8.13554L3.0372 8.84498L3.74197 8.13554ZM2.4496 7.54056L2.7091 6.57482L2.70909 6.57482L2.4496 7.54056ZM1.17815 6.96559L1.86891 6.2425L1.86891 6.2425L1.17815 6.96559ZM2.75349 3.28903L3.49396 3.96112L3.49396 3.96112L2.75349 3.28903ZM8.46017 2.48134L9.16431 1.77128L9.1643 1.77128L8.46017 2.48134ZM9.09534 9.49997C9.86132 8.65606 11.1033 7.22747 11.0009 5.31278L9.00377 5.41957C9.05685 6.41233 8.41769 7.27078 7.6144 8.15579L9.09534 9.49997ZM3.85128 11.0588C4.35357 11.5866 5.04181 11.5917 5.46999 11.5329C5.93684 11.4687 6.41993 11.2891 6.84794 11.0854C7.69655 10.6814 8.59369 10.0527 9.09534 9.49997L7.6144 8.15579C7.33143 8.46756 6.66843 8.95576 5.98831 9.27952C5.65195 9.43964 5.37853 9.52662 5.19759 9.5515C4.97798 9.58169 5.12715 9.49841 5.29995 9.67995L3.85128 11.0588ZM3.17837 9.37045C3.21581 9.73115 3.2664 10.4444 3.85128 11.0588L5.29995 9.67995C5.26269 9.64081 5.2434 9.60589 5.2262 9.54817C5.202 9.46697 5.18904 9.36973 5.16768 9.16392L3.17837 9.37045ZM3.0372 8.84498C3.08126 8.88874 3.10099 8.92512 3.11807 8.9803C3.14306 9.06101 3.15635 9.15842 3.17837 9.37045L5.16768 9.16392C5.12874 8.78888 5.07607 8.05129 4.44673 7.4261L3.0372 8.84498ZM2.1901 8.5063C2.72045 8.64881 2.9168 8.72537 3.0372 8.84498L4.44673 7.4261C3.8835 6.86658 3.12921 6.6877 2.7091 6.57482L2.1901 8.5063ZM0.487393 7.68868C1.04422 8.2206 1.77748 8.39543 2.1901 8.5063L2.70909 6.57482C2.19003 6.43534 1.99176 6.35986 1.86891 6.2425L0.487393 7.68868ZM2.01302 2.61694C1.57331 3.10139 0.954787 3.92461 0.527295 4.74025C0.316274 5.14288 0.11808 5.60644 0.0381287 6.06192C-0.0370954 6.49046 -0.0474178 7.17777 0.487393 7.68868L1.86891 6.2425C2.05896 6.42406 1.9751 6.59519 2.00801 6.4077C2.03619 6.24714 2.12781 5.99481 2.29874 5.66869C2.63514 5.02684 3.14904 4.34113 3.49396 3.96112L2.01302 2.61694ZM6.04842 0.558167C4.23555 0.558167 2.8608 1.6829 2.01302 2.61694L3.49396 3.96112C4.21544 3.16623 5.08954 2.55817 6.04842 2.55817V0.558167ZM9.1643 1.77128C8.59809 1.20979 8.01491 0.892074 7.44461 0.725385C6.89025 0.563354 6.38985 0.558167 6.04842 0.558167V2.55817C6.36598 2.55817 6.62166 2.56853 6.88352 2.64507C7.12946 2.71695 7.42266 2.86082 7.75604 3.19141L9.1643 1.77128ZM11.0009 5.31278C10.9208 3.81378 10.146 2.74479 9.16431 1.77128L7.75604 3.19141C8.5978 4.02614 8.96264 4.65045 9.00377 5.41957L11.0009 5.31278ZM5 6.55817V8.55817C6.10457 8.55817 7 7.66274 7 6.55817H5ZM5 6.55817H7C7 5.4536 6.10457 4.55817 5 4.55817V6.55817ZM5 6.55817H5V4.55817C3.89543 4.55817 3 5.4536 3 6.55817H5ZM5 6.55817H5H3C3 7.66274 3.89543 8.55817 5 8.55817V6.55817Z" fill="white" fill-opacity="0.33" mask="url(#path-3-inside-2_329_14186)"/>
|
||||
<circle cx="2" cy="5.55817" r="0.5" fill="#F58582" stroke="url(#paint2_linear_329_14186)"/>
|
||||
<circle cx="4" cy="4.55817" r="0.5" fill="#FFC06D" stroke="url(#paint3_linear_329_14186)"/>
|
||||
<circle cx="6" cy="3.55817" r="0.5" fill="#FFE26D" stroke="url(#paint4_linear_329_14186)"/>
|
||||
<circle cx="8" cy="4.55817" r="0.5" fill="#98C861" stroke="#7BB83C"/>
|
||||
<circle cx="8" cy="6.55817" r="0.5" fill="#5BB6C5" stroke="#2798AD"/>
|
||||
<defs>
|
||||
<linearGradient id="paint0_linear_329_14186" x1="5.50343" y1="1.55817" x2="5.50343" y2="10.5583" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#E8B180"/>
|
||||
<stop offset="1" stop-color="#DF9259"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint1_linear_329_14186" x1="5.50343" y1="1.55817" x2="5.50343" y2="10.5583" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#D0905C" stop-opacity="0.823529"/>
|
||||
<stop offset="1" stop-color="#9F641D"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint2_linear_329_14186" x1="3" y1="5.55817" x2="1" y2="5.55817" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#F04141"/>
|
||||
<stop offset="1" stop-color="#F6756F"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint3_linear_329_14186" x1="5" y1="4.55817" x2="3" y2="4.55817" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#FEA733"/>
|
||||
<stop offset="1" stop-color="#FFA42C"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint4_linear_329_14186" x1="6" y1="2.55817" x2="6" y2="4.55817" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#FFD52B"/>
|
||||
<stop offset="1" stop-color="#FBCE3B"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
After Width: | Height: | Size: 9.4 KiB |
13
decorators/pause.svg
Normal file
@ -0,0 +1,13 @@
|
||||
<svg width="8" height="9" viewBox="0 0 8 9" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M1 1.05817C0.723858 1.05817 0.5 1.28202 0.5 1.55817V7.55817C0.5 7.83431 0.723858 8.05817 1 8.05817H3C3.27614 8.05817 3.5 7.83431 3.5 7.55817V1.55817C3.5 1.28202 3.27614 1.05817 3 1.05817H1ZM5 1.05817C4.72386 1.05817 4.5 1.28202 4.5 1.55817V7.55817C4.5 7.83431 4.72386 8.05817 5 8.05817H7C7.27614 8.05817 7.5 7.83431 7.5 7.55817V1.55817C7.5 1.28202 7.27614 1.05817 7 1.05817H5Z" fill="url(#paint0_linear_446_7529)" stroke="url(#paint1_linear_446_7529)" stroke-linejoin="round"/>
|
||||
<defs>
|
||||
<linearGradient id="paint0_linear_446_7529" x1="6.87528" y1="7.55817" x2="1.12472" y2="1.55817" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#949494"/>
|
||||
<stop offset="1" stop-color="#C5C5C5"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint1_linear_446_7529" x1="7" y1="7.49509" x2="1" y2="1.62124" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#575757"/>
|
||||
<stop offset="1" stop-color="#98999A"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
After Width: | Height: | Size: 1019 B |
44
decorators/pen.svg
Normal file
@ -0,0 +1,44 @@
|
||||
<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M0.540427 10.803C0.45989 10.991 0.501877 11.209 0.646447 11.3536C0.791016 11.4981 1.00904 11.5401 1.19696 11.4596L4.69696 9.95957C4.84946 9.89422 4.9596 9.75747 4.99098 9.59455C5.02235 9.43164 4.97087 9.26376 4.85355 9.14645L2.85355 7.14645C2.73624 7.02913 2.56836 6.97765 2.40545 7.00902C2.24253 7.0404 2.10578 7.15054 2.04043 7.30304L0.540427 10.803Z" fill="url(#paint0_linear_3_1311)"/>
|
||||
<path d="M0.540427 10.803C0.45989 10.991 0.501877 11.209 0.646447 11.3536C0.791016 11.4981 1.00904 11.5401 1.19696 11.4596L4.69696 9.95957C4.84946 9.89422 4.9596 9.75747 4.99098 9.59455C5.02235 9.43164 4.97087 9.26376 4.85355 9.14645L2.85355 7.14645C2.73624 7.02913 2.56836 6.97765 2.40545 7.00902C2.24253 7.0404 2.10578 7.15054 2.04043 7.30304L0.540427 10.803Z" fill="url(#paint1_linear_3_1311)"/>
|
||||
<path d="M0.540427 10.803C0.45989 10.991 0.501877 11.209 0.646447 11.3536C0.791016 11.4981 1.00904 11.5401 1.19696 11.4596L4.69696 9.95957C4.84946 9.89422 4.9596 9.75747 4.99098 9.59455C5.02235 9.43164 4.97087 9.26376 4.85355 9.14645L2.85355 7.14645C2.73624 7.02913 2.56836 6.97765 2.40545 7.00902C2.24253 7.0404 2.10578 7.15054 2.04043 7.30304L0.540427 10.803Z" stroke="url(#paint2_linear_3_1311)" stroke-linejoin="round"/>
|
||||
<path d="M0.540427 10.803C0.45989 10.991 0.501877 11.209 0.646447 11.3536C0.791016 11.4981 1.00904 11.5401 1.19696 11.4596L4.69696 9.95957C4.84946 9.89422 4.9596 9.75747 4.99098 9.59455C5.02235 9.43164 4.97087 9.26376 4.85355 9.14645L2.85355 7.14645C2.73624 7.02913 2.56836 6.97765 2.40545 7.00902C2.24253 7.0404 2.10578 7.15054 2.04043 7.30304L0.540427 10.803Z" stroke="url(#paint3_linear_3_1311)" stroke-linejoin="round"/>
|
||||
<path d="M2.14645 7.14645C1.95118 7.34171 1.95118 7.65829 2.14645 7.85355L4.14645 9.85355C4.34171 10.0488 4.65829 10.0488 4.85355 9.85355L10.8536 3.85355C11.0488 3.65829 11.0488 3.34171 10.8536 3.14645L8.85355 1.14645C8.65829 0.951184 8.34171 0.951184 8.14645 1.14645L2.14645 7.14645Z" fill="url(#paint4_linear_3_1311)" stroke="url(#paint5_linear_3_1311)" stroke-linejoin="round"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.5 7.5L3.20711 8.20711L9.20711 2.20711L8.5 1.5L2.5 7.5Z" fill="#FCF4B3"/>
|
||||
<path d="M10.1464 3.85356L10.5 4.20712L10.8536 3.85356C11.0768 3.63032 11.3397 3.23926 11.4185 2.75535C11.5023 2.24043 11.3688 1.66169 10.8536 1.14646C10.3383 0.631226 9.75958 0.497682 9.24466 0.581506C8.76075 0.660283 8.36969 0.923213 8.14645 1.14646L7.79289 1.50001L8.14645 1.85356L10.1464 3.85356Z" fill="url(#paint6_linear_3_1311)" stroke="url(#paint7_linear_3_1311)"/>
|
||||
<defs>
|
||||
<linearGradient id="paint0_linear_3_1311" x1="2.16667" y1="7.88889" x2="4.11111" y2="9.83333" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#FAE7D1"/>
|
||||
<stop offset="1" stop-color="#E89840"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint1_linear_3_1311" x1="2.94444" y1="8.66667" x2="-0.166666" y2="11.7778" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#584013" stop-opacity="0"/>
|
||||
<stop offset="0.499937" stop-color="#584013" stop-opacity="0"/>
|
||||
<stop offset="0.661921" stop-color="#584013"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint2_linear_3_1311" x1="2.16667" y1="8.66667" x2="3.33333" y2="9.83333" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#B98926"/>
|
||||
<stop offset="1" stop-color="#AA6016"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint3_linear_3_1311" x1="3.72222" y1="7.88889" x2="-0.166668" y2="11.7778" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0.5" stop-color="#B98926" stop-opacity="0"/>
|
||||
<stop offset="0.656842" stop-color="#584013"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint4_linear_3_1311" x1="2.5" y1="7.65789" x2="4.34211" y2="9.5" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#F5DC60"/>
|
||||
<stop offset="1" stop-color="#EFCB1A"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint5_linear_3_1311" x1="2.5" y1="7.65789" x2="4.3421" y2="9.5" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#E9C755"/>
|
||||
<stop offset="1" stop-color="#D98F3B"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint6_linear_3_1311" x1="8.47662" y1="2.30195" x2="10.8903" y2="2.69267" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#FDD7D1"/>
|
||||
<stop offset="1" stop-color="#FBACA1"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint7_linear_3_1311" x1="8.50001" y1="2.31509" x2="10.8693" y2="2.72938" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#E1B3AD"/>
|
||||
<stop offset="1" stop-color="#B17971"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
After Width: | Height: | Size: 4.4 KiB |
41
decorators/photo.svg
Normal file
@ -0,0 +1,41 @@
|
||||
<svg width="10" height="9" viewBox="0 0 10 9" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect x="0.5" y="1.05817" width="9" height="7" fill="url(#paint0_linear_452_8183)" stroke="url(#paint1_linear_452_8183)" stroke-linejoin="round"/>
|
||||
<rect x="4" y="6.55817" width="2" height="1" rx="0.5" fill="#E8D462"/>
|
||||
<g clip-path="url(#clip0_452_8183)">
|
||||
<mask id="mask0_452_8183" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="2" y="2" width="6" height="5">
|
||||
<rect x="2" y="2.55817" width="6" height="4" fill="url(#paint2_linear_452_8183)"/>
|
||||
</mask>
|
||||
<g mask="url(#mask0_452_8183)">
|
||||
<rect x="2" y="2.55817" width="6" height="4" fill="url(#paint3_linear_452_8183)"/>
|
||||
<rect x="4.40002" y="4.84387" width="3.6" height="1.71429" fill="#2E9CFF"/>
|
||||
<path d="M5.00002 4.84386C5.00002 3.42683 2.48002 3.12958 1.40002 3.12958V6.55815C2.90002 7.12958 2.60002 4.84386 5.00002 4.84386Z" fill="#60CB70"/>
|
||||
<path d="M1.40002 7.12959V6.55816C1.40002 6.55816 2.00002 4.84387 4.47621 4.84387C7.10002 4.84387 8.00002 5.98673 8.60002 6.55816V7.12959H1.40002Z" fill="url(#paint4_linear_452_8183)"/>
|
||||
<circle cx="8" cy="2.55817" r="2" fill="#FFFF6D"/>
|
||||
</g>
|
||||
</g>
|
||||
<defs>
|
||||
<linearGradient id="paint0_linear_452_8183" x1="1.85714" y1="1.55817" x2="7.85066" y2="7.83709" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#DA934D"/>
|
||||
<stop offset="1" stop-color="#C7883D"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint1_linear_452_8183" x1="1.85714" y1="1.55817" x2="7.85066" y2="7.83709" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#BB8436"/>
|
||||
<stop offset="1" stop-color="#87581D"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint2_linear_452_8183" x1="8" y1="4.55817" x2="2" y2="4.55817" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#3CA5E9"/>
|
||||
<stop offset="1" stop-color="#75C4FA"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint3_linear_452_8183" x1="8" y1="6.55817" x2="1.3947" y2="4.60104" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#5DB7FF"/>
|
||||
<stop offset="1" stop-color="#76C8FF"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint4_linear_452_8183" x1="5.00002" y1="4.84387" x2="5.00002" y2="6.55816" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#74D550"/>
|
||||
<stop offset="0.834534" stop-color="#9DE272"/>
|
||||
</linearGradient>
|
||||
<clipPath id="clip0_452_8183">
|
||||
<rect width="6" height="4" fill="white" transform="translate(2 2.55817)"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
</svg>
|
After Width: | Height: | Size: 2.3 KiB |
40
decorators/picture.svg
Normal file
@ -0,0 +1,40 @@
|
||||
<svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g clip-path="url(#clip0_99_12599)">
|
||||
<path d="M0.5 1C0.5 0.723858 0.723858 0.5 1 0.5H9C9.27614 0.5 9.5 0.723858 9.5 1V9C9.5 9.27614 9.27614 9.5 9 9.5H1C0.723858 9.5 0.5 9.27614 0.5 9V1Z" fill="url(#paint0_linear_99_12599)" stroke="#7F96C4"/>
|
||||
<rect x="1" y="1" width="8" height="6" fill="url(#paint1_linear_99_12599)"/>
|
||||
<rect x="1" y="7" width="8" height="2" fill="url(#paint2_linear_99_12599)"/>
|
||||
<rect x="4" y="5" width="2" height="2" fill="url(#paint3_linear_99_12599)"/>
|
||||
<circle cx="5" cy="4" r="1.5" fill="url(#paint4_linear_99_12599)" stroke="url(#paint5_linear_99_12599)"/>
|
||||
<rect x="1.5" y="1.5" width="7" height="7" stroke="white" stroke-opacity="0.66" style="mix-blend-mode:soft-light"/>
|
||||
<rect x="1.5" y="1.5" width="7" height="7" stroke="white" stroke-opacity="0.66" style="mix-blend-mode:hard-light"/>
|
||||
</g>
|
||||
<defs>
|
||||
<linearGradient id="paint0_linear_99_12599" x1="0" y1="0" x2="11.1952" y2="8.40881" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white"/>
|
||||
<stop offset="1" stop-color="#EFF3F7"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint1_linear_99_12599" x1="1" y1="1" x2="8.29838" y2="7.75775" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#BBDEFF"/>
|
||||
<stop offset="1" stop-color="#90C8FF"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint2_linear_99_12599" x1="9" y1="8" x2="1" y2="8" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#66BA20"/>
|
||||
<stop offset="1" stop-color="#8AD74C"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint3_linear_99_12599" x1="6" y1="6" x2="4" y2="6" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#A17831"/>
|
||||
<stop offset="1" stop-color="#CC9E4F"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint4_linear_99_12599" x1="3" y1="2" x2="7" y2="6" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0.253475" stop-color="#C2E57A"/>
|
||||
<stop offset="0.749661" stop-color="#9CDD48"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint5_linear_99_12599" x1="7" y1="6" x2="3" y2="2" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#64AA2C"/>
|
||||
<stop offset="1" stop-color="#93C956"/>
|
||||
</linearGradient>
|
||||
<clipPath id="clip0_99_12599">
|
||||
<rect width="10" height="10" fill="white"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
</svg>
|
After Width: | Height: | Size: 2.2 KiB |
15
decorators/pink.svg
Normal file
@ -0,0 +1,15 @@
|
||||
<svg width="7" height="7" viewBox="0 0 7 7" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<circle cx="3.5" cy="3.5" r="3.5" fill="url(#paint0_radial_67_2255)"/>
|
||||
<circle cx="3.5" cy="3.5" r="3" stroke="url(#paint1_linear_67_2255)" stroke-opacity="0.66"/>
|
||||
<circle cx="3.5" cy="3.5" r="2" stroke="white" stroke-opacity="0.33"/>
|
||||
<defs>
|
||||
<radialGradient id="paint0_radial_67_2255" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(6 6) rotate(-135) scale(7.07107)">
|
||||
<stop stop-color="#FF21F4"/>
|
||||
<stop offset="1" stop-color="#FAA1F5"/>
|
||||
</radialGradient>
|
||||
<linearGradient id="paint1_linear_67_2255" x1="6" y1="6" x2="1" y2="1" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#7F1D84"/>
|
||||
<stop offset="1" stop-color="#FB45FB"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
After Width: | Height: | Size: 784 B |
35
decorators/play.svg
Normal file
@ -0,0 +1,35 @@
|
||||
<svg width="6" height="9" viewBox="0 0 6 9" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g filter="url(#filter0_i_446_7496)">
|
||||
<path d="M5 4.55817L2.33333 1.55817L1 1.55817L1 7.55817L2.33333 7.55817L5 4.55817Z" fill="#66B361"/>
|
||||
</g>
|
||||
<path d="M5.3737 4.22598C5.5421 4.41543 5.5421 4.70091 5.3737 4.89035L2.70704 7.89035C2.61215 7.99709 2.47615 8.05817 2.33333 8.05817L1 8.05817C0.723857 8.05817 0.5 7.83431 0.5 7.55817L0.5 1.55817C0.5 1.28202 0.723857 1.05817 1 1.05817L2.33333 1.05817C2.47615 1.05817 2.61215 1.11924 2.70704 1.22598L5.3737 4.22598Z" stroke="url(#paint0_linear_446_7496)" stroke-linejoin="round"/>
|
||||
<g filter="url(#filter1_i_446_7496)">
|
||||
<path d="M2.1088 7.05817L4.33102 4.55817L2.1088 2.05817L1.5 2.05817L1.5 7.05817L2.1088 7.05817Z" stroke="white" stroke-opacity="0.03"/>
|
||||
</g>
|
||||
<defs>
|
||||
<filter id="filter0_i_446_7496" x="0" y="0.558167" width="8" height="10" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
||||
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
||||
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
||||
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
||||
<feOffset dx="2" dy="2"/>
|
||||
<feGaussianBlur stdDeviation="1"/>
|
||||
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
|
||||
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0"/>
|
||||
<feBlend mode="normal" in2="shape" result="effect1_innerShadow_446_7496"/>
|
||||
</filter>
|
||||
<filter id="filter1_i_446_7496" x="1" y="1.55817" width="6" height="8" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
||||
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
||||
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
||||
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
||||
<feOffset dx="2" dy="2"/>
|
||||
<feGaussianBlur stdDeviation="1"/>
|
||||
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
|
||||
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0"/>
|
||||
<feBlend mode="normal" in2="shape" result="effect1_innerShadow_446_7496"/>
|
||||
</filter>
|
||||
<linearGradient id="paint0_linear_446_7496" x1="4" y1="6.55817" x2="0.0489469" y2="2.47945" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#387A33"/>
|
||||
<stop offset="1" stop-color="#7CCA72"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
After Width: | Height: | Size: 2.4 KiB |
38
decorators/plug.svg
Normal file
@ -0,0 +1,38 @@
|
||||
<svg width="11" height="12" viewBox="0 0 11 12" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<mask id="path-1-outside-1_259_5010" maskUnits="userSpaceOnUse" x="2" y="0.558167" width="6" height="6" fill="black">
|
||||
<rect fill="white" x="2" y="0.558167" width="6" height="6"/>
|
||||
<path d="M6 1.55817L5 2.55817L4 3.55817L5 4.55817L6 3.55817L7 2.55817L6 1.55817Z"/>
|
||||
</mask>
|
||||
<path d="M6 1.55817L5 2.55817L4 3.55817L5 4.55817L6 3.55817L7 2.55817L6 1.55817Z" fill="#A9A9A9"/>
|
||||
<path d="M6 1.55817L6.70711 0.85106C6.31658 0.460535 5.68342 0.460535 5.29289 0.85106L6 1.55817ZM7 2.55817L7.70711 3.26527C8.09763 2.87475 8.09763 2.24158 7.70711 1.85106L7 2.55817ZM5 4.55817L4.29289 5.26527L5 5.97238L5.70711 5.26527L5 4.55817ZM4 3.55817L3.29289 2.85106L2.58579 3.55817L3.29289 4.26527L4 3.55817ZM5.70711 3.26527L6.70711 2.26527L5.29289 0.85106L4.29289 1.85106L5.70711 3.26527ZM6.29289 1.85106L5.29289 2.85106L6.70711 4.26527L7.70711 3.26527L6.29289 1.85106ZM5.29289 2.85106L4.29289 3.85106L5.70711 5.26527L6.70711 4.26527L5.29289 2.85106ZM5.70711 3.85106L4.70711 2.85106L3.29289 4.26527L4.29289 5.26527L5.70711 3.85106ZM4.70711 4.26527L5.70711 3.26527L4.29289 1.85106L3.29289 2.85106L4.70711 4.26527ZM5.29289 2.26527L6.29289 3.26527L7.70711 1.85106L6.70711 0.85106L5.29289 2.26527Z" fill="#838383" mask="url(#path-1-outside-1_259_5010)"/>
|
||||
<mask id="path-3-outside-2_259_5010" maskUnits="userSpaceOnUse" x="5" y="3.55817" width="6" height="6" fill="black">
|
||||
<rect fill="white" x="5" y="3.55817" width="6" height="6"/>
|
||||
<path d="M9 4.55817L8 5.55817L7 6.55817L8 7.55817L9 6.55817L10 5.55817L9 4.55817Z"/>
|
||||
</mask>
|
||||
<path d="M9 4.55817L8 5.55817L7 6.55817L8 7.55817L9 6.55817L10 5.55817L9 4.55817Z" fill="#A9A9A9"/>
|
||||
<path d="M9 4.55817L9.70711 3.85106C9.31658 3.46054 8.68342 3.46054 8.29289 3.85106L9 4.55817ZM10 5.55817L10.7071 6.26527C11.0976 5.87475 11.0976 5.24158 10.7071 4.85106L10 5.55817ZM8 7.55817L7.29289 8.26527L8 8.97238L8.70711 8.26527L8 7.55817ZM7 6.55817L6.29289 5.85106L5.58579 6.55817L6.29289 7.26527L7 6.55817ZM8.70711 6.26527L9.70711 5.26527L8.29289 3.85106L7.29289 4.85106L8.70711 6.26527ZM9.29289 4.85106L8.29289 5.85106L9.70711 7.26527L10.7071 6.26527L9.29289 4.85106ZM8.29289 5.85106L7.29289 6.85106L8.70711 8.26527L9.70711 7.26527L8.29289 5.85106ZM8.70711 6.85106L7.70711 5.85106L6.29289 7.26527L7.29289 8.26527L8.70711 6.85106ZM7.70711 7.26527L8.70711 6.26527L7.29289 4.85106L6.29289 5.85106L7.70711 7.26527ZM8.29289 5.26527L9.29289 6.26527L10.7071 4.85106L9.70711 3.85106L8.29289 5.26527Z" fill="#6F6F6F" mask="url(#path-3-outside-2_259_5010)"/>
|
||||
<mask id="path-5-outside-3_259_5010" maskUnits="userSpaceOnUse" x="0" y="1.55817" width="10" height="10" fill="black">
|
||||
<rect fill="white" y="1.55817" width="10" height="10"/>
|
||||
<path d="M3 3.55817L4 2.55817L9 7.55817L8 8.55817H5L3 10.5582C1.89543 10.5582 1 9.66274 1 8.55817L3 6.55817V3.55817Z"/>
|
||||
</mask>
|
||||
<path d="M3 3.55817L4 2.55817L9 7.55817L8 8.55817H5L3 10.5582C1.89543 10.5582 1 9.66274 1 8.55817L3 6.55817V3.55817Z" fill="url(#paint0_linear_259_5010)"/>
|
||||
<path d="M4 2.55817L4.70711 1.85106C4.31658 1.46054 3.68342 1.46054 3.29289 1.85106L4 2.55817ZM3 3.55817L2.29289 2.85106C2.10536 3.0386 2 3.29295 2 3.55817H3ZM3 6.55817L3.70711 7.26527L4 6.97238V6.55817H3ZM1 8.55817L0.292893 7.85106L0 8.14395V8.55817H1ZM3 10.5582V11.5582H3.41421L3.70711 11.2653L3 10.5582ZM5 8.55817V7.55817H4.58579L4.29289 7.85106L5 8.55817ZM8 8.55817V9.55817C8.26522 9.55817 8.51957 9.45281 8.70711 9.26527L8 8.55817ZM9 7.55817L9.70711 8.26527C10.0976 7.87475 10.0976 7.24158 9.70711 6.85106L9 7.55817ZM3.29289 1.85106L2.29289 2.85106L3.70711 4.26527L4.70711 3.26527L3.29289 1.85106ZM2 3.55817V6.55817H4V3.55817H2ZM2.29289 5.85106L0.292893 7.85106L1.70711 9.26527L3.70711 7.26527L2.29289 5.85106ZM3.70711 11.2653L5.70711 9.26527L4.29289 7.85106L2.29289 9.85106L3.70711 11.2653ZM5 9.55817H8V7.55817H5V9.55817ZM8.70711 9.26527L9.70711 8.26527L8.29289 6.85106L7.29289 7.85106L8.70711 9.26527ZM9.70711 6.85106L4.70711 1.85106L3.29289 3.26527L8.29289 8.26527L9.70711 6.85106ZM0 8.55817C0 10.215 1.34315 11.5582 3 11.5582V9.55817C2.44772 9.55817 2 9.11045 2 8.55817H0Z" fill="url(#paint1_linear_259_5010)" mask="url(#path-5-outside-3_259_5010)"/>
|
||||
<mask id="path-7-inside-4_259_5010" fill="white">
|
||||
<path d="M3 3.55817L4 2.55817L9 7.55817L8 8.55817H5L3 10.5582C1.89543 10.5582 1 9.66274 1 8.55817L3 6.55817V3.55817Z"/>
|
||||
</mask>
|
||||
<path d="M4 2.55817L4.70711 1.85106C4.31658 1.46054 3.68342 1.46054 3.29289 1.85106L4 2.55817ZM3 3.55817L2.29289 2.85106L2 3.14395V3.55817H3ZM3 6.55817L3.70711 7.26527L4 6.97238V6.55817H3ZM1 8.55817L0.292893 7.85106L0 8.14395V8.55817H1ZM3 10.5582V11.5582H3.41421L3.70711 11.2653L3 10.5582ZM5 8.55817V7.55817H4.58579L4.29289 7.85106L5 8.55817ZM8 8.55817V9.55817H8.41421L8.70711 9.26527L8 8.55817ZM9 7.55817L9.70711 8.26527L10.4142 7.55817L9.70711 6.85106L9 7.55817ZM3.29289 1.85106L2.29289 2.85106L3.70711 4.26527L4.70711 3.26527L3.29289 1.85106ZM2 3.55817V6.55817H4V3.55817H2ZM2.29289 5.85106L0.292893 7.85106L1.70711 9.26527L3.70711 7.26527L2.29289 5.85106ZM3.70711 11.2653L5.70711 9.26527L4.29289 7.85106L2.29289 9.85106L3.70711 11.2653ZM5 9.55817H8V7.55817H5V9.55817ZM8.70711 9.26527L9.70711 8.26527L8.29289 6.85106L7.29289 7.85106L8.70711 9.26527ZM9.70711 6.85106L4.70711 1.85106L3.29289 3.26527L8.29289 8.26527L9.70711 6.85106ZM0 8.55817C0 10.215 1.34315 11.5582 3 11.5582V9.55817C2.44772 9.55817 2 9.11045 2 8.55817H0Z" fill="url(#paint2_linear_259_5010)" mask="url(#path-7-inside-4_259_5010)"/>
|
||||
<defs>
|
||||
<linearGradient id="paint0_linear_259_5010" x1="3.35276e-08" y1="2.55817" x2="9" y2="11.5582" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#85AEE1"/>
|
||||
<stop offset="1" stop-color="#3F7AC3"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint1_linear_259_5010" x1="6.37025e-07" y1="2.55817" x2="9" y2="11.5582" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#9CBDEE"/>
|
||||
<stop offset="1" stop-color="#1B3776"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint2_linear_259_5010" x1="6.37025e-07" y1="2.55817" x2="9" y2="11.5582" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#ABC4E6"/>
|
||||
<stop offset="1" stop-color="#6289BF"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
After Width: | Height: | Size: 6.0 KiB |
13
decorators/plus.svg
Normal file
@ -0,0 +1,13 @@
|
||||
<svg width="7" height="7" viewBox="0 0 7 7" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M1 2.5C0.723858 2.5 0.5 2.72386 0.5 3V4C0.5 4.27614 0.723858 4.5 1 4.5H2.5L2.5 6C2.5 6.13261 2.55268 6.25979 2.64645 6.35355C2.74021 6.44732 2.86739 6.5 3 6.5H4C4.27614 6.5 4.5 6.27614 4.5 6V4.5H6C6.27614 4.5 6.5 4.27614 6.5 4V3C6.5 2.72386 6.27614 2.5 6 2.5H4.5V1C4.5 0.867392 4.44732 0.740215 4.35355 0.646447C4.25979 0.552678 4.13261 0.5 4 0.5L3 0.5C2.72386 0.5 2.5 0.723858 2.5 1L2.5 2.5H1Z" fill="url(#paint0_linear_440_7032)" stroke="url(#paint1_linear_440_7032)" stroke-linejoin="round"/>
|
||||
<defs>
|
||||
<linearGradient id="paint0_linear_440_7032" x1="1" y1="1.00395" x2="6" y2="5.99605" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#A7CA82"/>
|
||||
<stop offset="1" stop-color="#70A954"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint1_linear_440_7032" x1="1" y1="1.00342" x2="6" y2="5.99658" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#65B55B"/>
|
||||
<stop offset="1" stop-color="#3C6F2C"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
After Width: | Height: | Size: 1.0 KiB |
10
decorators/powerpoint-1.svg
Normal file
@ -0,0 +1,10 @@
|
||||
<svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect width="10" height="10" rx="1" fill="url(#paint0_linear_303_8919)"/>
|
||||
<path d="M4.17993 5.69092V7.5H2.99707V2.24854H4.8501C6.17334 2.24854 6.83496 2.8064 6.83496 3.92212C6.83496 4.44946 6.64453 4.87671 6.26367 5.20386C5.88525 5.52856 5.37866 5.69092 4.7439 5.69092H4.17993ZM4.17993 3.15674V4.7937H4.64502C5.2749 4.7937 5.58984 4.51782 5.58984 3.96606C5.58984 3.42651 5.2749 3.15674 4.64502 3.15674H4.17993Z" fill="white"/>
|
||||
<defs>
|
||||
<linearGradient id="paint0_linear_303_8919" x1="0" y1="0" x2="10" y2="10" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#058E91"/>
|
||||
<stop offset="1" stop-color="#02696D"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
After Width: | Height: | Size: 738 B |
10
decorators/powerpoint.svg
Normal file
@ -0,0 +1,10 @@
|
||||
<svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect width="10" height="10" rx="1" fill="url(#paint0_linear_145_3768)"/>
|
||||
<path d="M4.17993 5.69092V7.5H2.99707V2.24854H4.8501C6.17334 2.24854 6.83496 2.8064 6.83496 3.92212C6.83496 4.44946 6.64453 4.87671 6.26367 5.20386C5.88525 5.52856 5.37866 5.69092 4.7439 5.69092H4.17993ZM4.17993 3.15674V4.7937H4.64502C5.2749 4.7937 5.58984 4.51782 5.58984 3.96606C5.58984 3.42651 5.2749 3.15674 4.64502 3.15674H4.17993Z" fill="white"/>
|
||||
<defs>
|
||||
<linearGradient id="paint0_linear_145_3768" x1="0" y1="0" x2="10" y2="10" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#CB4D29"/>
|
||||
<stop offset="1" stop-color="#B43016"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
After Width: | Height: | Size: 738 B |
13
decorators/previous item.svg
Normal file
@ -0,0 +1,13 @@
|
||||
<svg width="5" height="7" viewBox="0 0 5 7" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M3.22997 6.5L0.658539 3.5L3.22997 0.5L4.5 0.5L4.5 6.5L3.22997 6.5Z" fill="url(#paint0_linear_445_7513)" stroke="url(#paint1_linear_445_7513)" stroke-linecap="round"/>
|
||||
<defs>
|
||||
<linearGradient id="paint0_linear_445_7513" x1="1.5" y1="3" x2="4.5" y2="6" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#6191D2"/>
|
||||
<stop offset="1" stop-color="#4B72C1"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint1_linear_445_7513" x1="0.0229509" y1="-1.31892e-07" x2="5.40135" y2="6.6572" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#498AD3"/>
|
||||
<stop offset="1" stop-color="#314AAD"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
After Width: | Height: | Size: 706 B |
15
decorators/purple.svg
Normal file
@ -0,0 +1,15 @@
|
||||
<svg width="7" height="7" viewBox="0 0 7 7" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<circle cx="3.5" cy="3.5" r="3.5" fill="url(#paint0_radial_67_2254)"/>
|
||||
<circle cx="3.5" cy="3.5" r="3" stroke="url(#paint1_linear_67_2254)" stroke-opacity="0.66"/>
|
||||
<circle cx="3.5" cy="3.5" r="2" stroke="white" stroke-opacity="0.33"/>
|
||||
<defs>
|
||||
<radialGradient id="paint0_radial_67_2254" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(6 6) rotate(-135) scale(7.07107)">
|
||||
<stop stop-color="#9123FF"/>
|
||||
<stop offset="1" stop-color="#BC79FF"/>
|
||||
</radialGradient>
|
||||
<linearGradient id="paint1_linear_67_2254" x1="6" y1="6" x2="1" y2="1" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#5900B5"/>
|
||||
<stop offset="1" stop-color="#8800FB"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
After Width: | Height: | Size: 784 B |
15
decorators/red.svg
Normal file
@ -0,0 +1,15 @@
|
||||
<svg width="7" height="7" viewBox="0 0 7 7" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<circle cx="3.5" cy="3.5" r="3.5" fill="url(#paint0_radial_67_2253)"/>
|
||||
<circle cx="3.5" cy="3.5" r="3" stroke="url(#paint1_linear_67_2253)" stroke-opacity="0.66"/>
|
||||
<circle cx="3.5" cy="3.5" r="2" stroke="white" stroke-opacity="0.33"/>
|
||||
<defs>
|
||||
<radialGradient id="paint0_radial_67_2253" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(6 6) rotate(-135) scale(7.07107)">
|
||||
<stop stop-color="#FF0505"/>
|
||||
<stop offset="1" stop-color="#FF7D7D"/>
|
||||
</radialGradient>
|
||||
<linearGradient id="paint1_linear_67_2253" x1="6" y1="6" x2="1" y2="1" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#731010"/>
|
||||
<stop offset="1" stop-color="#D40000"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
After Width: | Height: | Size: 784 B |
10
decorators/remove.svg
Normal file
@ -0,0 +1,10 @@
|
||||
<svg width="7" height="7" viewBox="0 0 7 7" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<circle cx="3.5" cy="3.5" r="3" fill="url(#paint0_radial_3_1082)" stroke="#BC4305"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 4H2V3H5V4Z" fill="white"/>
|
||||
<defs>
|
||||
<radialGradient id="paint0_radial_3_1082" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(2 2) rotate(45) scale(4.24264)">
|
||||
<stop stop-color="#FFAF7D"/>
|
||||
<stop offset="1" stop-color="#FF6D00"/>
|
||||
</radialGradient>
|
||||
</defs>
|
||||
</svg>
|
After Width: | Height: | Size: 520 B |
23
decorators/star.svg
Normal file
@ -0,0 +1,23 @@
|
||||
<svg width="11" height="10" viewBox="0 0 11 10" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g filter="url(#filter0_i_81_4035)">
|
||||
<path d="M5.86072 0L7.18323 3.17971L10.616 3.45492L8.0006 5.69529L8.79964 9.04508L5.86072 7.25L2.92179 9.04508L3.72084 5.69529L1.10544 3.45492L4.5382 3.17971L5.86072 0Z" fill="#FFDC6B"/>
|
||||
</g>
|
||||
<path d="M5.86072 1.30198L6.72157 3.37173C6.79358 3.54484 6.95638 3.66313 7.14328 3.67811L9.37774 3.85725L7.67532 5.31556C7.53292 5.43754 7.47074 5.62892 7.51424 5.8113L8.03436 7.99176L6.12135 6.8233C5.96134 6.72557 5.7601 6.72557 5.60009 6.8233L3.68708 7.99176L4.2072 5.8113C4.2507 5.62892 4.18851 5.43754 4.04612 5.31556L2.34369 3.85725L4.57816 3.67811C4.76505 3.66313 4.92786 3.54484 4.99986 3.37173L5.86072 1.30198Z" stroke="url(#paint0_linear_81_4035)" stroke-linejoin="round"/>
|
||||
<defs>
|
||||
<filter id="filter0_i_81_4035" x="1.10547" y="0" width="10.5105" height="10.0451" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
||||
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
||||
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
||||
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
||||
<feOffset dx="1" dy="1"/>
|
||||
<feGaussianBlur stdDeviation="1"/>
|
||||
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
|
||||
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"/>
|
||||
<feBlend mode="hard-light" in2="shape" result="effect1_innerShadow_81_4035"/>
|
||||
</filter>
|
||||
<linearGradient id="paint0_linear_81_4035" x1="2.86072" y1="1.33333" x2="9.58116" y2="8.30558" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#FDC922"/>
|
||||
<stop offset="0.5" stop-color="#F0B411"/>
|
||||
<stop offset="1" stop-color="#C88311"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
After Width: | Height: | Size: 1.7 KiB |
14
decorators/stop.svg
Normal file
@ -0,0 +1,14 @@
|
||||
<svg width="6" height="7" viewBox="0 0 6 7" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect x="0.5" y="1.05817" width="5" height="5" fill="url(#paint0_linear_446_7528)" stroke="url(#paint1_linear_446_7528)" stroke-linejoin="round"/>
|
||||
<rect x="1.5" y="2.05817" width="3" height="3" stroke="white" stroke-opacity="0.15" stroke-linejoin="round"/>
|
||||
<defs>
|
||||
<linearGradient id="paint0_linear_446_7528" x1="5" y1="5.54484" x2="1" y2="1.57149" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#E52424"/>
|
||||
<stop offset="1" stop-color="#ED3030"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint1_linear_446_7528" x1="4.86815" y1="5.55817" x2="1.13185" y2="1.55817" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#C41B1B"/>
|
||||
<stop offset="1" stop-color="#F31616"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
After Width: | Height: | Size: 789 B |
29
decorators/table.svg
Normal file
@ -0,0 +1,29 @@
|
||||
<svg width="11" height="12" viewBox="0 0 11 12" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect x="0.5" y="1.05817" width="10" height="10" fill="white" stroke="url(#paint0_linear_203_6128)" stroke-linejoin="round"/>
|
||||
<mask id="path-2-outside-1_203_6128" maskUnits="userSpaceOnUse" x="1" y="3.55817" width="9" height="7" fill="black">
|
||||
<rect fill="white" x="1" y="3.55817" width="9" height="7"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.5 4.55817C2.22386 4.55817 2 4.78202 2 5.05817C2 5.33431 2.22386 5.55817 2.5 5.55817C2.77614 5.55817 3 5.33431 3 5.05817C3 4.78202 2.77614 4.55817 2.5 4.55817ZM4.5 4.55817C4.22386 4.55817 4 4.78202 4 5.05817C4 5.33431 4.22386 5.55817 4.5 5.55817H5.5C5.77614 5.55817 6 5.33431 6 5.05817C6 4.78202 5.77614 4.55817 5.5 4.55817H4.5ZM7 5.05817C7 4.78202 7.22386 4.55817 7.5 4.55817H8.5C8.77614 4.55817 9 4.78202 9 5.05817C9 5.33431 8.77614 5.55817 8.5 5.55817H7.5C7.22386 5.55817 7 5.33431 7 5.05817ZM7 7.05817C7 6.78202 7.22386 6.55817 7.5 6.55817H8.5C8.77614 6.55817 9 6.78202 9 7.05817C9 7.33431 8.77614 7.55817 8.5 7.55817H7.5C7.22386 7.55817 7 7.33431 7 7.05817ZM4 7.05817C4 6.78202 4.22386 6.55817 4.5 6.55817H5.5C5.77614 6.55817 6 6.78202 6 7.05817C6 7.33431 5.77614 7.55817 5.5 7.55817H4.5C4.22386 7.55817 4 7.33431 4 7.05817ZM2 7.05817C2 6.78202 2.22386 6.55817 2.5 6.55817C2.77614 6.55817 3 6.78202 3 7.05817C3 7.33431 2.77614 7.55817 2.5 7.55817C2.22386 7.55817 2 7.33431 2 7.05817ZM7.5 8.55817C7.22386 8.55817 7 8.78202 7 9.05817C7 9.33431 7.22386 9.55817 7.5 9.55817H8.5C8.77614 9.55817 9 9.33431 9 9.05817C9 8.78202 8.77614 8.55817 8.5 8.55817H7.5ZM4 9.05817C4 8.78202 4.22386 8.55817 4.5 8.55817H5.5C5.77614 8.55817 6 8.78202 6 9.05817C6 9.33431 5.77614 9.55817 5.5 9.55817H4.5C4.22386 9.55817 4 9.33431 4 9.05817ZM2.5 8.55817C2.22386 8.55817 2 8.78202 2 9.05817C2 9.33431 2.22386 9.55817 2.5 9.55817C2.77614 9.55817 3 9.33431 3 9.05817C3 8.78202 2.77614 8.55817 2.5 8.55817Z"/>
|
||||
</mask>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.5 4.55817C2.22386 4.55817 2 4.78202 2 5.05817C2 5.33431 2.22386 5.55817 2.5 5.55817C2.77614 5.55817 3 5.33431 3 5.05817C3 4.78202 2.77614 4.55817 2.5 4.55817ZM4.5 4.55817C4.22386 4.55817 4 4.78202 4 5.05817C4 5.33431 4.22386 5.55817 4.5 5.55817H5.5C5.77614 5.55817 6 5.33431 6 5.05817C6 4.78202 5.77614 4.55817 5.5 4.55817H4.5ZM7 5.05817C7 4.78202 7.22386 4.55817 7.5 4.55817H8.5C8.77614 4.55817 9 4.78202 9 5.05817C9 5.33431 8.77614 5.55817 8.5 5.55817H7.5C7.22386 5.55817 7 5.33431 7 5.05817ZM7 7.05817C7 6.78202 7.22386 6.55817 7.5 6.55817H8.5C8.77614 6.55817 9 6.78202 9 7.05817C9 7.33431 8.77614 7.55817 8.5 7.55817H7.5C7.22386 7.55817 7 7.33431 7 7.05817ZM4 7.05817C4 6.78202 4.22386 6.55817 4.5 6.55817H5.5C5.77614 6.55817 6 6.78202 6 7.05817C6 7.33431 5.77614 7.55817 5.5 7.55817H4.5C4.22386 7.55817 4 7.33431 4 7.05817ZM2 7.05817C2 6.78202 2.22386 6.55817 2.5 6.55817C2.77614 6.55817 3 6.78202 3 7.05817C3 7.33431 2.77614 7.55817 2.5 7.55817C2.22386 7.55817 2 7.33431 2 7.05817ZM7.5 8.55817C7.22386 8.55817 7 8.78202 7 9.05817C7 9.33431 7.22386 9.55817 7.5 9.55817H8.5C8.77614 9.55817 9 9.33431 9 9.05817C9 8.78202 8.77614 8.55817 8.5 8.55817H7.5ZM4 9.05817C4 8.78202 4.22386 8.55817 4.5 8.55817H5.5C5.77614 8.55817 6 8.78202 6 9.05817C6 9.33431 5.77614 9.55817 5.5 9.55817H4.5C4.22386 9.55817 4 9.33431 4 9.05817ZM2.5 8.55817C2.22386 8.55817 2 8.78202 2 9.05817C2 9.33431 2.22386 9.55817 2.5 9.55817C2.77614 9.55817 3 9.33431 3 9.05817C3 8.78202 2.77614 8.55817 2.5 8.55817Z" fill="white"/>
|
||||
<path d="M3 5.05817C3 5.33431 2.77614 5.55817 2.5 5.55817V3.55817C1.67157 3.55817 1 4.22974 1 5.05817H3ZM2.5 4.55817C2.77614 4.55817 3 4.78202 3 5.05817H1C1 5.88659 1.67157 6.55817 2.5 6.55817V4.55817ZM2 5.05817C2 4.78202 2.22386 4.55817 2.5 4.55817V6.55817C3.32843 6.55817 4 5.88659 4 5.05817H2ZM2.5 5.55817C2.22386 5.55817 2 5.33431 2 5.05817H4C4 4.22974 3.32843 3.55817 2.5 3.55817V5.55817ZM5 5.05817C5 5.33431 4.77614 5.55817 4.5 5.55817V3.55817C3.67157 3.55817 3 4.22974 3 5.05817H5ZM4.5 4.55817C4.77614 4.55817 5 4.78202 5 5.05817H3C3 5.88659 3.67157 6.55817 4.5 6.55817V4.55817ZM5.5 4.55817H4.5V6.55817H5.5V4.55817ZM5 5.05817C5 4.78202 5.22386 4.55817 5.5 4.55817V6.55817C6.32843 6.55817 7 5.88659 7 5.05817H5ZM5.5 5.55817C5.22386 5.55817 5 5.33431 5 5.05817H7C7 4.22974 6.32843 3.55817 5.5 3.55817V5.55817ZM4.5 5.55817H5.5V3.55817H4.5V5.55817ZM7.5 3.55817C6.67157 3.55817 6 4.22974 6 5.05817H8C8 5.33431 7.77614 5.55817 7.5 5.55817V3.55817ZM8.5 3.55817H7.5V5.55817H8.5V3.55817ZM10 5.05817C10 4.22974 9.32843 3.55817 8.5 3.55817V5.55817C8.22386 5.55817 8 5.33431 8 5.05817H10ZM8.5 6.55817C9.32843 6.55817 10 5.88659 10 5.05817H8C8 4.78202 8.22386 4.55817 8.5 4.55817V6.55817ZM7.5 6.55817H8.5V4.55817H7.5V6.55817ZM6 5.05817C6 5.88659 6.67157 6.55817 7.5 6.55817V4.55817C7.77614 4.55817 8 4.78202 8 5.05817H6ZM7.5 5.55817C6.67157 5.55817 6 6.22974 6 7.05817H8C8 7.33431 7.77614 7.55817 7.5 7.55817V5.55817ZM8.5 5.55817H7.5V7.55817H8.5V5.55817ZM10 7.05817C10 6.22974 9.32843 5.55817 8.5 5.55817V7.55817C8.22386 7.55817 8 7.33431 8 7.05817H10ZM8.5 8.55817C9.32843 8.55817 10 7.88659 10 7.05817H8C8 6.78202 8.22386 6.55817 8.5 6.55817V8.55817ZM7.5 8.55817H8.5V6.55817H7.5V8.55817ZM6 7.05817C6 7.88659 6.67157 8.55817 7.5 8.55817V6.55817C7.77614 6.55817 8 6.78202 8 7.05817H6ZM4.5 5.55817C3.67157 5.55817 3 6.22974 3 7.05817H5C5 7.33431 4.77614 7.55817 4.5 7.55817V5.55817ZM5.5 5.55817H4.5V7.55817H5.5V5.55817ZM7 7.05817C7 6.22974 6.32843 5.55817 5.5 5.55817V7.55817C5.22386 7.55817 5 7.33431 5 7.05817H7ZM5.5 8.55817C6.32843 8.55817 7 7.88659 7 7.05817H5C5 6.78202 5.22386 6.55817 5.5 6.55817V8.55817ZM4.5 8.55817H5.5V6.55817H4.5V8.55817ZM3 7.05817C3 7.88659 3.67157 8.55817 4.5 8.55817V6.55817C4.77614 6.55817 5 6.78202 5 7.05817H3ZM2.5 5.55817C1.67157 5.55817 1 6.22974 1 7.05817H3C3 7.33431 2.77614 7.55817 2.5 7.55817V5.55817ZM4 7.05817C4 6.22974 3.32843 5.55817 2.5 5.55817V7.55817C2.22386 7.55817 2 7.33431 2 7.05817H4ZM2.5 8.55817C3.32843 8.55817 4 7.88659 4 7.05817H2C2 6.78202 2.22386 6.55817 2.5 6.55817V8.55817ZM1 7.05817C1 7.88659 1.67157 8.55817 2.5 8.55817V6.55817C2.77614 6.55817 3 6.78202 3 7.05817H1ZM8 9.05817C8 9.33431 7.77614 9.55817 7.5 9.55817V7.55817C6.67157 7.55817 6 8.22974 6 9.05817H8ZM7.5 8.55817C7.77614 8.55817 8 8.78202 8 9.05817H6C6 9.88659 6.67157 10.5582 7.5 10.5582V8.55817ZM8.5 8.55817H7.5V10.5582H8.5V8.55817ZM8 9.05817C8 8.78202 8.22386 8.55817 8.5 8.55817V10.5582C9.32843 10.5582 10 9.88659 10 9.05817H8ZM8.5 9.55817C8.22386 9.55817 8 9.33431 8 9.05817H10C10 8.22974 9.32843 7.55817 8.5 7.55817V9.55817ZM7.5 9.55817H8.5V7.55817H7.5V9.55817ZM4.5 7.55817C3.67157 7.55817 3 8.22974 3 9.05817H5C5 9.33431 4.77614 9.55817 4.5 9.55817V7.55817ZM5.5 7.55817H4.5V9.55817H5.5V7.55817ZM7 9.05817C7 8.22974 6.32843 7.55817 5.5 7.55817V9.55817C5.22386 9.55817 5 9.33431 5 9.05817H7ZM5.5 10.5582C6.32843 10.5582 7 9.88659 7 9.05817H5C5 8.78202 5.22386 8.55817 5.5 8.55817V10.5582ZM4.5 10.5582H5.5V8.55817H4.5V10.5582ZM3 9.05817C3 9.88659 3.67157 10.5582 4.5 10.5582V8.55817C4.77614 8.55817 5 8.78202 5 9.05817H3ZM3 9.05817C3 9.33431 2.77614 9.55817 2.5 9.55817V7.55817C1.67157 7.55817 1 8.22974 1 9.05817H3ZM2.5 8.55817C2.77614 8.55817 3 8.78202 3 9.05817H1C1 9.88659 1.67157 10.5582 2.5 10.5582V8.55817ZM2 9.05817C2 8.78202 2.22386 8.55817 2.5 8.55817V10.5582C3.32843 10.5582 4 9.88659 4 9.05817H2ZM2.5 9.55817C2.22386 9.55817 2 9.33431 2 9.05817H4C4 8.22974 3.32843 7.55817 2.5 7.55817V9.55817Z" fill="url(#paint1_linear_203_6128)" mask="url(#path-2-outside-1_203_6128)"/>
|
||||
<rect x="1.5" y="2.05817" width="8" height="2" rx="1" fill="url(#paint2_linear_203_6128)" stroke="white"/>
|
||||
<rect x="1.5" y="2.05817" width="8" height="8" stroke="url(#paint3_linear_203_6128)" stroke-opacity="0.66" style="mix-blend-mode:screen"/>
|
||||
<defs>
|
||||
<linearGradient id="paint0_linear_203_6128" x1="1" y1="1.55817" x2="10" y2="10.5582" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#9FC0ED"/>
|
||||
<stop offset="1" stop-color="#5284C3"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint1_linear_203_6128" x1="7.50001" y1="6.22483" x2="7.50001" y2="11.2248" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#A6C3E9"/>
|
||||
<stop offset="1" stop-color="#BFD3EB"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint2_linear_203_6128" x1="2" y1="3.05817" x2="9" y2="3.05817" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#A5D59C"/>
|
||||
<stop offset="1" stop-color="#7CBE76"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint3_linear_203_6128" x1="1.375" y1="1.55817" x2="10" y2="10.5582" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#F4F7FB"/>
|
||||
<stop offset="1" stop-color="#D8E2F0"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
After Width: | Height: | Size: 8.4 KiB |
10
decorators/teams.svg
Normal file
@ -0,0 +1,10 @@
|
||||
<svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect width="10" height="10" rx="1" fill="url(#paint0_linear_145_3789)"/>
|
||||
<path d="M6.79102 3.21167H5.29321V7.5H4.10669V3.21167H2.61621V2.24854H6.79102V3.21167Z" fill="white"/>
|
||||
<defs>
|
||||
<linearGradient id="paint0_linear_145_3789" x1="0" y1="0" x2="10" y2="10" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#5A62C3"/>
|
||||
<stop offset="1" stop-color="#3A41AC"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
After Width: | Height: | Size: 488 B |
13
decorators/text.svg
Normal file
@ -0,0 +1,13 @@
|
||||
<svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect x="1" y="1" width="8" height="8" fill="url(#paint0_linear_348_6437)"/>
|
||||
<rect x="0.5" y="0.5" width="9" height="9" stroke="#A8A8A8" stroke-opacity="0.66" stroke-linejoin="round"/>
|
||||
<path d="M2 2.5C2 2.22386 2.22386 2 2.5 2H7.5C7.77614 2 8 2.22386 8 2.5C8 2.77614 7.77614 3 7.5 3H2.5C2.22386 3 2 2.77614 2 2.5Z" fill="#D9D9D9"/>
|
||||
<path d="M2 4.5C2 4.22386 2.22386 4 2.5 4H7.5C7.77614 4 8 4.22386 8 4.5C8 4.77614 7.77614 5 7.5 5H2.5C2.22386 5 2 4.77614 2 4.5Z" fill="#D9D9D9"/>
|
||||
<path d="M2 6.5C2 6.22386 2.22386 6 2.5 6H7.5C7.77614 6 8 6.22386 8 6.5C8 6.77614 7.77614 7 7.5 7H2.5C2.22386 7 2 6.77614 2 6.5Z" fill="#D9D9D9"/>
|
||||
<defs>
|
||||
<linearGradient id="paint0_linear_348_6437" x1="1" y1="9" x2="7.62158" y2="-0.0127133" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0.500484" stop-color="white"/>
|
||||
<stop offset="0.872799" stop-color="#E6E6E6"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
After Width: | Height: | Size: 973 B |
24
decorators/time.svg
Normal file
@ -0,0 +1,24 @@
|
||||
<svg width="8" height="9" viewBox="0 0 8 9" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g clip-path="url(#clip0_450_7439)">
|
||||
<circle cx="4" cy="4.55817" r="3.5" fill="url(#paint0_linear_450_7439)" stroke="url(#paint1_linear_450_7439)"/>
|
||||
<circle cx="4" cy="4.55817" r="2.5" fill="white" stroke="url(#paint2_linear_450_7439)"/>
|
||||
<path d="M4.5 5.05817H3.5V3.05817" stroke="#777F81" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
</g>
|
||||
<defs>
|
||||
<linearGradient id="paint0_linear_450_7439" x1="4" y1="0.558167" x2="4" y2="8.55817" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#F1F1EE"/>
|
||||
<stop offset="1" stop-color="#DED5A0"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint1_linear_450_7439" x1="0" y1="0.558167" x2="8" y2="8.55817" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0.239238" stop-color="#D5C69A"/>
|
||||
<stop offset="0.765365" stop-color="#794D28" stop-opacity="0.937255"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint2_linear_450_7439" x1="1" y1="1.55817" x2="7" y2="7.55817" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0.261643" stop-color="#BACBEB"/>
|
||||
<stop offset="0.742218" stop-color="#7390C4"/>
|
||||
</linearGradient>
|
||||
<clipPath id="clip0_450_7439">
|
||||
<rect width="8" height="8" fill="white" transform="translate(0 0.558167)"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
</svg>
|
After Width: | Height: | Size: 1.2 KiB |
36
decorators/trash lid.svg
Normal file
@ -0,0 +1,36 @@
|
||||
<svg width="11" height="12" viewBox="0 0 11 12" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g filter="url(#filter0_ddi_61_1130)">
|
||||
<ellipse cx="4.49307" cy="5.63974" rx="5" ry="3.48746" transform="rotate(102.585 4.49307 5.63974)" fill="url(#paint0_linear_61_1130)"/>
|
||||
<path d="M3.51255 10.0316C2.77639 9.86727 2.15471 9.27997 1.77852 8.36319C1.40312 7.44832 1.29608 6.24886 1.5774 4.98879C1.85872 3.72873 2.46575 2.68869 3.19461 2.02036C3.925 1.35063 4.73744 1.08351 5.4736 1.24787C6.20975 1.41222 6.83144 1.99951 7.20763 2.9163C7.58303 3.83116 7.69007 5.03062 7.40875 6.29069C7.12743 7.55076 6.5204 8.5908 5.79154 9.25913C5.06115 9.92886 4.24871 10.196 3.51255 10.0316Z" stroke="url(#paint1_linear_61_1130)"/>
|
||||
</g>
|
||||
<path d="M5.18063 4.24966C4.7981 4.19865 3.94888 4.30321 3.61224 5.12949C3.27561 5.95576 3.82901 6.67238 4.14779 6.9274" stroke="#7A7A7A" stroke-linecap="round"/>
|
||||
<defs>
|
||||
<filter id="filter0_ddi_61_1130" x="0.918335" y="0.700378" width="8.64941" height="10.2287" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
||||
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
||||
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
||||
<feOffset dx="1.5" dy="0.35"/>
|
||||
<feComposite in2="hardAlpha" operator="out"/>
|
||||
<feColorMatrix type="matrix" values="0 0 0 0 0.464323 0 0 0 0 0.464323 0 0 0 0 0.464323 0 0 0 1 0"/>
|
||||
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_61_1130"/>
|
||||
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
||||
<feOffset dx="0.75" dy="0.15"/>
|
||||
<feComposite in2="hardAlpha" operator="out"/>
|
||||
<feColorMatrix type="matrix" values="0 0 0 0 0.707454 0 0 0 0 0.707454 0 0 0 0 0.707454 0 0 0 1 0"/>
|
||||
<feBlend mode="normal" in2="effect1_dropShadow_61_1130" result="effect2_dropShadow_61_1130"/>
|
||||
<feBlend mode="normal" in="SourceGraphic" in2="effect2_dropShadow_61_1130" result="shape"/>
|
||||
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
||||
<feOffset dx="2" dy="0.5"/>
|
||||
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
|
||||
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.66 0"/>
|
||||
<feBlend mode="normal" in2="shape" result="effect3_innerShadow_61_1130"/>
|
||||
</filter>
|
||||
<linearGradient id="paint0_linear_61_1130" x1="0.377416" y1="9.12777" x2="5.55972" y2="1.00625" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#D8D8D8"/>
|
||||
<stop offset="1" stop-color="#D3D3D3"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint1_linear_61_1130" x1="7.75867" y1="5.78485" x2="1.59078" y2="3.19675" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0.182026" stop-color="white"/>
|
||||
<stop offset="0.811838" stop-color="#7A7A7A"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
After Width: | Height: | Size: 2.8 KiB |
49
decorators/tux.svg
Normal file
@ -0,0 +1,49 @@
|
||||
<svg width="10" height="13" viewBox="0 0 10 13" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M7.71429 2.95816C7.71429 1.1175 6.81087 0.558194 5.80952 0.558167C4.80818 0.558139 4 1.53599 4 2.55817V4.55817C4 5.35817 3.38095 5.95816 2.7619 6.95816C2.14286 7.95816 2 8.95817 2 9.35817C2 10.5582 2 10.9582 2.7619 11.7582C3.52381 12.5582 5.04762 12.5582 5.80952 12.5582C6.57143 12.5582 8.09524 12.5582 8.85714 11.7582C9.61905 10.9582 10 9.75817 10 8.95817C10 8.15816 9.63037 6.9461 8.85714 6.15816C7.93912 5.22267 7.71429 4.79882 7.71429 2.95816Z" fill="url(#paint0_linear_389_6292)"/>
|
||||
<path d="M6.34294 3.56395C6.34294 3.05781 6.12532 2.55817 5.6801 2.55817C5.23489 2.55817 5 2.98283 5 3.56395C5 4.14507 4.5 5.55817 4.5 5.55817C4.5 5.55817 3.61272 7.05739 3.36022 7.62955C3.10772 8.20171 2.5 9.09491 2.5 9.55817C2.5 10.4164 2.85522 10.5684 3.36023 11.1405C3.86524 11.7127 5.17509 11.5306 5.6801 11.5306C6.18511 11.5306 6.99944 11.4104 7.42001 10.7504C7.84059 10.0904 8 9.43379 8 8.79987C8 8.16595 7.66859 7.23944 7.00577 6.45923C6.34294 5.67901 6.34294 5.12438 6.34294 3.56395V3.56395Z" fill="url(#paint1_linear_389_6292)"/>
|
||||
<path d="M5.80951 1.05817C6.21974 1.05818 6.54604 1.17111 6.77472 1.4121C7.00697 1.65685 7.21429 2.11318 7.21429 2.95816C7.21429 3.88434 7.26821 4.52977 7.47366 5.07415C7.68403 5.63155 8.03509 6.03433 8.50027 6.50837C9.16837 7.18918 9.5 8.26869 9.5 8.95817C9.5 9.64189 9.16042 10.7147 8.49507 11.4133C8.22399 11.698 7.78015 11.8724 7.24714 11.9657C6.72408 12.0572 6.19347 12.0582 5.80952 12.0582C5.42558 12.0582 4.89497 12.0572 4.3719 11.9657C3.8389 11.8724 3.39506 11.698 3.12397 11.4133C2.77286 11.0447 2.64268 10.8157 2.5777 10.5769C2.50388 10.3056 2.5 9.98203 2.5 9.35817C2.5 9.03896 2.62297 8.13252 3.18704 7.22134C3.33438 6.98332 3.48265 6.76759 3.62749 6.55858C3.63838 6.54287 3.64927 6.52715 3.66018 6.51143C3.7916 6.32191 3.9233 6.13199 4.03823 5.94634C4.28847 5.54211 4.5 5.09613 4.5 4.55817V2.55817C4.5 1.74962 5.14294 1.05815 5.80951 1.05817Z" stroke="url(#paint2_linear_389_6292)"/>
|
||||
<g filter="url(#filter0_d_389_6292)">
|
||||
<path d="M6.5 3.55817H4.5C4.22386 3.55817 3.99572 3.78433 4.05241 4.05459C4.1683 4.607 4.45915 5.05817 4.75 5.05817C5.48952 5.05817 6.5719 4.79421 6.9013 4.04484C7.01242 3.79205 6.77614 3.55817 6.5 3.55817Z" fill="#FCDD2F"/>
|
||||
</g>
|
||||
<path d="M0.506585 11.2094C0.530746 11.441 0.662959 11.6027 0.782605 11.7007C0.899493 11.7965 1.03498 11.8587 1.15439 11.9011C1.39538 11.9867 1.68351 12.0303 1.94629 12.0481C2.21262 12.0662 2.48862 12.06 2.71633 12.0285C2.82785 12.0131 2.94833 11.9889 3.05655 11.9485C3.11056 11.9283 3.17826 11.898 3.2443 11.8513C3.30725 11.8067 3.40302 11.7228 3.45802 11.5847C3.54276 11.372 3.47727 11.1719 3.45071 11.0977C3.41365 10.9942 3.35865 10.8931 3.30284 10.8041C3.18935 10.623 3.03107 10.4263 2.86198 10.2492C2.69376 10.0731 2.49589 9.89661 2.29656 9.76839C2.19722 9.70449 2.08225 9.64263 1.95879 9.60296C1.84019 9.56485 1.66821 9.53263 1.48348 9.58716C1.09358 9.70225 0.841446 10.0182 0.701336 10.2906C0.558879 10.5676 0.475079 10.9074 0.506585 11.2094Z" fill="url(#paint3_linear_389_6292)" stroke="url(#paint4_linear_389_6292)"/>
|
||||
<path d="M9.49341 11.2094C9.46925 11.441 9.33704 11.6027 9.2174 11.7007C9.10051 11.7965 8.96502 11.8587 8.84561 11.9011C8.60462 11.9867 8.31649 12.0303 8.05371 12.0481C7.78738 12.0662 7.51138 12.06 7.28367 12.0285C7.17215 12.0131 7.05167 11.9889 6.94345 11.9485C6.88944 11.9283 6.82174 11.898 6.7557 11.8513C6.69275 11.8067 6.59698 11.7228 6.54198 11.5847C6.45724 11.372 6.52273 11.1719 6.54929 11.0977C6.58635 10.9942 6.64135 10.8931 6.69716 10.8041C6.81065 10.623 6.96893 10.4263 7.13802 10.2492C7.30624 10.0731 7.50411 9.89661 7.70344 9.76839C7.80278 9.70449 7.91775 9.64263 8.04121 9.60296C8.15981 9.56485 8.33179 9.53263 8.51652 9.58716C8.90642 9.70225 9.15855 10.0182 9.29866 10.2906C9.44112 10.5676 9.52492 10.9074 9.49341 11.2094Z" fill="url(#paint5_linear_389_6292)" stroke="url(#paint6_linear_389_6292)"/>
|
||||
<defs>
|
||||
<filter id="filter0_d_389_6292" x="4.0437" y="3.55817" width="2.88562" height="2.5" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
||||
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
||||
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
||||
<feOffset dy="1"/>
|
||||
<feComposite in2="hardAlpha" operator="out"/>
|
||||
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"/>
|
||||
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_389_6292"/>
|
||||
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_389_6292" result="shape"/>
|
||||
</filter>
|
||||
<linearGradient id="paint0_linear_389_6292" x1="10" y1="6.55817" x2="2" y2="6.55817" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#242424"/>
|
||||
<stop offset="1" stop-color="#565657" stop-opacity="0.988235"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint1_linear_389_6292" x1="8.33141" y1="7.23945" x2="3.02882" y2="7.23945" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0.505" stop-color="white"/>
|
||||
<stop offset="1" stop-color="#F2F2F2"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint2_linear_389_6292" x1="10" y1="6.55817" x2="2" y2="6.55817" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#242424"/>
|
||||
<stop offset="1" stop-color="#565657"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint3_linear_389_6292" x1="2.80064" y1="10.7598" x2="0.999236" y2="10.7598" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#FEC72D"/>
|
||||
<stop offset="1" stop-color="#F8C72D"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint4_linear_389_6292" x1="2.80064" y1="10.7598" x2="0.999236" y2="10.7598" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#D19425"/>
|
||||
<stop offset="1" stop-color="#DDAB2D" stop-opacity="0.86"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint5_linear_389_6292" x1="7.09304" y1="11.1087" x2="8.96302" y2="11.1087" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#FFBE2A"/>
|
||||
<stop offset="1" stop-color="#FEBC29"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint6_linear_389_6292" x1="7.09304" y1="11.1087" x2="8.96302" y2="11.1087" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#B97D28" stop-opacity="0.968627"/>
|
||||
<stop offset="1" stop-color="#F5B429" stop-opacity="0.92549"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
After Width: | Height: | Size: 6.1 KiB |
18
decorators/uncompress.svg
Normal file
@ -0,0 +1,18 @@
|
||||
<svg width="9" height="13" viewBox="0 0 9 13" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.00378 9.99707C3.03464 9.74645 3.24752 9.55817 3.50004 9.55817H7.50004C7.77618 9.55817 8.00004 9.78202 8.00004 10.0582V11.0582C8.00004 11.2121 7.9291 11.3575 7.80774 11.4523C7.68638 11.547 7.52814 11.5806 7.37877 11.5432L3.37877 10.5432C3.13379 10.482 2.97293 10.2477 3.00378 9.99707Z" fill="#ABB1BB"/>
|
||||
<rect x="0.5" y="4.05817" width="5" height="6" fill="url(#paint0_linear_290_6603)" stroke="#C0AF14" stroke-linejoin="round"/>
|
||||
<rect x="2.25" y="5.80817" width="1.5" height="0.5" rx="0.25" fill="#CFB743" stroke="#C0AF14" stroke-width="0.5"/>
|
||||
<rect x="2.25" y="7.80817" width="1.5" height="0.5" rx="0.25" fill="#CFB743" stroke="#C0AF14" stroke-width="0.5"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.80774 0.664068C7.9291 0.758822 8.00004 0.904203 8.00004 1.05817V10.0582H7.00004V2.55817H3.50004C3.24752 2.55817 3.03464 2.36989 3.00378 2.11926C2.97293 1.86864 3.13379 1.63434 3.37877 1.5731L7.37877 0.5731C7.52814 0.535757 7.68638 0.569315 7.80774 0.664068Z" fill="#ABB1BB"/>
|
||||
<circle cx="8" cy="11.5582" r="1" fill="url(#paint1_linear_290_6603)"/>
|
||||
<defs>
|
||||
<linearGradient id="paint0_linear_290_6603" x1="1" y1="4.55817" x2="5" y2="9.55817" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#EAEA53"/>
|
||||
<stop offset="1" stop-color="#EDDE35"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint1_linear_290_6603" x1="7" y1="10.5582" x2="9" y2="12.5582" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#9AA6BB"/>
|
||||
<stop offset="1" stop-color="#5E6F8D" stop-opacity="0.992157"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
After Width: | Height: | Size: 1.6 KiB |
22
decorators/unlink.svg
Normal file
@ -0,0 +1,22 @@
|
||||
<svg width="13" height="7" viewBox="0 0 13 7" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M3.5 6.5C1.84315 6.5 0.5 5.15685 0.5 3.5C0.5 1.84315 1.84315 0.5 3.5 0.5H4.5C5.05228 0.5 5.5 0.947715 5.5 1.5C5.5 2.05228 5.05228 2.5 4.5 2.5H3.5C2.94772 2.5 2.5 2.94772 2.5 3.5C2.5 4.05228 2.94772 4.5 3.5 4.5H4.5C5.05228 4.5 5.5 4.94772 5.5 5.5C5.5 6.05228 5.05228 6.5 4.5 6.5L3.5 6.5Z" fill="url(#paint0_linear_13_316)" stroke="url(#paint1_linear_13_316)"/>
|
||||
<path d="M9.5 6.5C11.1569 6.5 12.5 5.15685 12.5 3.5C12.5 1.84315 11.1569 0.5 9.5 0.5H8.5C7.94772 0.5 7.5 0.947715 7.5 1.5C7.5 2.05228 7.94772 2.5 8.5 2.5H9.5C10.0523 2.5 10.5 2.94772 10.5 3.5C10.5 4.05228 10.0523 4.5 9.5 4.5H8.5C7.94772 4.5 7.5 4.94772 7.5 5.5C7.5 6.05228 7.94772 6.5 8.5 6.5L9.5 6.5Z" fill="url(#paint2_linear_13_316)" stroke="url(#paint3_linear_13_316)"/>
|
||||
<defs>
|
||||
<linearGradient id="paint0_linear_13_316" x1="1.78167" y1="2" x2="4.73883" y2="4.49486" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#D9D9D9"/>
|
||||
<stop offset="1" stop-color="#737373"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint1_linear_13_316" x1="6" y1="7" x2="-0.900055" y2="1.17865" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#404040"/>
|
||||
<stop offset="1" stop-color="#8D8D8D"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint2_linear_13_316" x1="12" y1="6" x2="8.94328" y2="0.477858" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#737373"/>
|
||||
<stop offset="1" stop-color="#D9D9D9"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint3_linear_13_316" x1="7" y1="-2.82269e-07" x2="11.6681" y2="7.79739" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#8D8D8D"/>
|
||||
<stop offset="1" stop-color="#404040"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
After Width: | Height: | Size: 1.6 KiB |
32
decorators/user blue.svg
Normal file
@ -0,0 +1,32 @@
|
||||
<svg width="11" height="12" viewBox="0 0 11 12" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<circle cx="1.5" cy="9.05817" r="1" fill="#EAB378" stroke="#CF7D2A"/>
|
||||
<circle cx="9.5" cy="9.05817" r="1" fill="#EAB378" stroke="#CF7D2A"/>
|
||||
<path d="M7.5 10.5582H3.4L3 8.55817L2 7.55817L4.1 5.55817H6.9L9 7.55817L8 8.55817L7.5 10.5582Z" fill="url(#paint0_linear_323_10048)"/>
|
||||
<path d="M7.5 11.0582C7.72943 11.0582 7.92943 10.902 7.98507 10.6794L8.45148 8.81379L9.35355 7.91172C9.44882 7.81646 9.50161 7.68678 9.49996 7.55207C9.49832 7.41736 9.44238 7.28901 9.34483 7.1961L7.24483 5.1961C7.15186 5.10755 7.02839 5.05817 6.9 5.05817H4.1C3.97161 5.05817 3.84814 5.10755 3.75517 5.1961L1.65517 7.1961C1.55762 7.28901 1.50168 7.41736 1.50004 7.55207C1.49839 7.68678 1.55118 7.81646 1.64645 7.91172L2.5394 8.80467L2.90971 10.6562C2.95645 10.8899 3.16166 11.0582 3.4 11.0582H7.5Z" stroke="#2E5ABA" stroke-opacity="0.972549" stroke-linejoin="round"/>
|
||||
<path d="M6.7 6.05817L8.28416 7.5669L7.64645 8.20461L7.5394 8.31166L7.50971 8.46011L7.1901 10.0582H3.8099L3.49029 8.46011L3.4606 8.31166L3.35355 8.20461L2.71584 7.56689L4.3 6.05817H6.7Z" stroke="url(#paint1_linear_323_10048)"/>
|
||||
<circle cx="5.5" cy="4.05817" r="3" fill="#F6D0A8" stroke="#A87B4D"/>
|
||||
<mask id="path-7-inside-1_323_10048" fill="white">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.08419 4.82468C2.57084 4.21679 3.63668 3.18317 4.625 3.18317C5.31782 3.18317 5.64841 3.5663 5.96058 3.92808C6.23979 4.25166 6.50426 4.55817 7 4.55817C7.61037 4.55817 8.37702 4.22025 8.99795 3.93729C8.93424 2.06026 7.39254 0.558167 5.5 0.558167C3.567 0.558167 2 2.12517 2 4.05817C2 4.32147 2.02908 4.57799 2.08419 4.82468Z"/>
|
||||
</mask>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.08419 4.82468C2.57084 4.21679 3.63668 3.18317 4.625 3.18317C5.31782 3.18317 5.64841 3.5663 5.96058 3.92808C6.23979 4.25166 6.50426 4.55817 7 4.55817C7.61037 4.55817 8.37702 4.22025 8.99795 3.93729C8.93424 2.06026 7.39254 0.558167 5.5 0.558167C3.567 0.558167 2 2.12517 2 4.05817C2 4.32147 2.02908 4.57799 2.08419 4.82468Z" fill="url(#paint2_linear_323_10048)"/>
|
||||
<path d="M2.08419 4.82468L1.10825 5.04272L1.5626 7.07631L2.86485 5.44964L2.08419 4.82468ZM5.96058 3.92808L5.20346 4.58136L5.96058 3.92808ZM8.99795 3.93729L9.41264 4.84725L10.02 4.57046L9.99738 3.90336L8.99795 3.93729ZM4.625 2.18317C3.80894 2.18317 3.08102 2.5943 2.57074 2.97278C2.036 3.36941 1.58764 3.84484 1.30354 4.19971L2.86485 5.44964C3.0674 5.19663 3.39529 4.8513 3.76221 4.57914C4.15359 4.28885 4.45275 4.18317 4.625 4.18317V2.18317ZM6.71769 3.27479C6.40224 2.90921 5.80662 2.18317 4.625 2.18317V4.18317C4.765 4.18317 4.82662 4.21533 4.87491 4.24802C4.95587 4.30284 5.03431 4.38533 5.20346 4.58136L6.71769 3.27479ZM7 3.55817C6.98217 3.55817 6.98223 3.55592 6.99111 3.55896C6.99888 3.56161 6.99721 3.56285 6.98249 3.55228C6.96531 3.53994 6.93625 3.51579 6.88986 3.46782C6.84123 3.41754 6.79094 3.35969 6.71769 3.27479L5.20346 4.58136C5.44941 4.8664 5.99128 5.55817 7 5.55817V3.55817ZM8.58327 3.02732C8.27185 3.16924 7.96358 3.30631 7.66735 3.40904C7.36124 3.51521 7.14048 3.55817 7 3.55817V5.55817C7.46989 5.55817 7.93764 5.43217 8.32268 5.29863C8.71761 5.16167 9.10313 4.9883 9.41264 4.84725L8.58327 3.02732ZM5.5 1.55817C6.85161 1.55817 7.95304 2.63111 7.99853 3.97121L9.99738 3.90336C9.91545 1.48941 7.93346 -0.441833 5.5 -0.441833V1.55817ZM3 4.05817C3 2.67745 4.11929 1.55817 5.5 1.55817V-0.441833C3.01472 -0.441833 1 1.57289 1 4.05817H3ZM3.06013 4.60663C3.0209 4.43105 3 4.24764 3 4.05817H1C1 4.3953 1.03725 4.72493 1.10825 5.04272L3.06013 4.60663Z" fill="url(#paint3_linear_323_10048)" mask="url(#path-7-inside-1_323_10048)"/>
|
||||
<defs>
|
||||
<linearGradient id="paint0_linear_323_10048" x1="8.3" y1="9.72483" x2="2.34964" y2="7.22568" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#438DFF"/>
|
||||
<stop offset="0.488845" stop-color="#5DACFE"/>
|
||||
<stop offset="1" stop-color="#72D4FF"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint1_linear_323_10048" x1="5.5" y1="5.55817" x2="5.5" y2="10.5582" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white" stop-opacity="0.66"/>
|
||||
<stop offset="1" stop-color="#63BAFF"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint2_linear_323_10048" x1="8.99795" y1="2.69142" x2="2" y2="2.69142" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#754112"/>
|
||||
<stop offset="1" stop-color="#9F5812"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint3_linear_323_10048" x1="8.99795" y1="2.69142" x2="2" y2="2.69142" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#5C320E"/>
|
||||
<stop offset="1" stop-color="#974B0F"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
After Width: | Height: | Size: 4.4 KiB |
28
decorators/user gray.svg
Normal file
@ -0,0 +1,28 @@
|
||||
<svg width="11" height="12" viewBox="0 0 11 12" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<circle cx="1.5" cy="9.05817" r="1" fill="#EAB378" stroke="#CF7D2A"/>
|
||||
<circle cx="9.5" cy="9.05817" r="1" fill="#EAB378" stroke="#CF7D2A"/>
|
||||
<path d="M7.5 11.0582C7.72943 11.0582 7.92943 10.902 7.98507 10.6794L8.45148 8.81379L9.35355 7.91172C9.44882 7.81646 9.50161 7.68678 9.49996 7.55207C9.49832 7.41736 9.44238 7.28901 9.34483 7.1961L7.24483 5.1961C7.15186 5.10755 7.02839 5.05817 6.9 5.05817H4.1C3.97161 5.05817 3.84814 5.10755 3.75517 5.1961L1.65517 7.1961C1.55762 7.28901 1.50168 7.41736 1.50004 7.55207C1.49839 7.68678 1.55118 7.81646 1.64645 7.91172L2.5394 8.80467L2.90971 10.6562C2.95645 10.8899 3.16166 11.0582 3.4 11.0582H7.5Z" fill="#646464" stroke="#4E4E4E" stroke-linejoin="round"/>
|
||||
<path d="M7.6 10.5582H3.4L3 8.55817L2 7.55817L4.1 5.55817H6.9L9 7.55817L8 8.55817L7.6 10.5582Z" fill="url(#paint0_linear_323_10049)"/>
|
||||
<path d="M4.5 7.05817V8.05817M6.5 7.05817V8.05817M6.5 8.05817V9.05817H4.5V8.05817M6.5 8.05817L8.5 6.55817M4.5 8.05817L2.5 6.55817" stroke="#4E4E4E" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M5.5 9.05817V11.0582" stroke="#4E4E4E" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<circle cx="5.5" cy="4.05817" r="3" fill="#F6D0A8" stroke="#A87B4D"/>
|
||||
<mask id="path-8-inside-1_323_10049" fill="white">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.08419 4.82468C2.57084 4.21679 3.63668 3.18317 4.625 3.18317C5.31782 3.18317 5.64841 3.5663 5.96058 3.92808C6.23979 4.25166 6.50426 4.55817 7 4.55817C7.61037 4.55817 8.37702 4.22025 8.99795 3.93729C8.93424 2.06026 7.39254 0.558167 5.5 0.558167C3.567 0.558167 2 2.12517 2 4.05817C2 4.32147 2.02908 4.57799 2.08419 4.82468Z"/>
|
||||
</mask>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.08419 4.82468C2.57084 4.21679 3.63668 3.18317 4.625 3.18317C5.31782 3.18317 5.64841 3.5663 5.96058 3.92808C6.23979 4.25166 6.50426 4.55817 7 4.55817C7.61037 4.55817 8.37702 4.22025 8.99795 3.93729C8.93424 2.06026 7.39254 0.558167 5.5 0.558167C3.567 0.558167 2 2.12517 2 4.05817C2 4.32147 2.02908 4.57799 2.08419 4.82468Z" fill="url(#paint1_linear_323_10049)"/>
|
||||
<path d="M2.08419 4.82468L1.10825 5.04272L1.5626 7.07631L2.86485 5.44964L2.08419 4.82468ZM5.96058 3.92808L5.20346 4.58136L5.96058 3.92808ZM8.99795 3.93729L9.41264 4.84725L10.02 4.57046L9.99738 3.90336L8.99795 3.93729ZM4.625 2.18317C3.80894 2.18317 3.08102 2.5943 2.57074 2.97278C2.036 3.36941 1.58764 3.84484 1.30354 4.19971L2.86485 5.44964C3.0674 5.19663 3.39529 4.8513 3.76221 4.57914C4.15359 4.28885 4.45275 4.18317 4.625 4.18317V2.18317ZM6.71769 3.27479C6.40224 2.90921 5.80662 2.18317 4.625 2.18317V4.18317C4.765 4.18317 4.82662 4.21533 4.87491 4.24802C4.95587 4.30284 5.03431 4.38533 5.20346 4.58136L6.71769 3.27479ZM7 3.55817C6.98217 3.55817 6.98223 3.55592 6.99111 3.55896C6.99888 3.56161 6.99721 3.56285 6.98249 3.55228C6.96531 3.53994 6.93625 3.51579 6.88986 3.46782C6.84123 3.41754 6.79094 3.35969 6.71769 3.27479L5.20346 4.58136C5.44941 4.8664 5.99128 5.55817 7 5.55817V3.55817ZM8.58327 3.02732C8.27185 3.16924 7.96358 3.30631 7.66735 3.40904C7.36124 3.51521 7.14048 3.55817 7 3.55817V5.55817C7.46989 5.55817 7.93764 5.43217 8.32268 5.29863C8.71761 5.16167 9.10313 4.9883 9.41264 4.84725L8.58327 3.02732ZM5.5 1.55817C6.85161 1.55817 7.95304 2.63111 7.99853 3.97121L9.99738 3.90336C9.91545 1.48941 7.93346 -0.441833 5.5 -0.441833V1.55817ZM3 4.05817C3 2.67745 4.11929 1.55817 5.5 1.55817V-0.441833C3.01472 -0.441833 1 1.57289 1 4.05817H3ZM3.06013 4.60663C3.0209 4.43105 3 4.24764 3 4.05817H1C1 4.3953 1.03725 4.72493 1.10825 5.04272L3.06013 4.60663Z" fill="url(#paint2_linear_323_10049)" mask="url(#path-8-inside-1_323_10049)"/>
|
||||
<defs>
|
||||
<linearGradient id="paint0_linear_323_10049" x1="5.5" y1="5.55817" x2="5.5" y2="10.5582" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#A4A4A4"/>
|
||||
<stop offset="1" stop-color="#848484"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint1_linear_323_10049" x1="9.06457" y1="6.76787" x2="1.93338" y2="6.76787" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#693E16"/>
|
||||
<stop offset="1" stop-color="#935A25"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint2_linear_323_10049" x1="9.06457" y1="6.76787" x2="1.93338" y2="6.76787" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#553210"/>
|
||||
<stop offset="1" stop-color="#7B4D1E"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
After Width: | Height: | Size: 4.2 KiB |
31
decorators/user green.svg
Normal file
@ -0,0 +1,31 @@
|
||||
<svg width="11" height="12" viewBox="0 0 11 12" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<circle cx="1.5" cy="9.05817" r="1" fill="#EAB378" stroke="#CF7D2A"/>
|
||||
<circle cx="9.5" cy="9.05817" r="1" fill="#EAB378" stroke="#CF7D2A"/>
|
||||
<path d="M7.5 11.0582C7.72943 11.0582 7.92943 10.902 7.98507 10.6794L8.45148 8.81379L9.35355 7.91172C9.44882 7.81646 9.50161 7.68678 9.49996 7.55207C9.49832 7.41736 9.44238 7.28901 9.34483 7.1961L7.24483 5.1961C7.15186 5.10755 7.02839 5.05817 6.9 5.05817H4.1C3.97161 5.05817 3.84814 5.10755 3.75517 5.1961L1.65517 7.1961C1.55762 7.28901 1.50168 7.41736 1.50004 7.55207C1.49839 7.68678 1.55118 7.81646 1.64645 7.91172L2.5394 8.80467L2.90971 10.6562C2.95645 10.8899 3.16166 11.0582 3.4 11.0582H7.5Z" fill="url(#paint0_linear_323_10574)" stroke="#518830" stroke-linejoin="round"/>
|
||||
<path d="M6.7 6.05817L8.28416 7.5669L7.64645 8.20461L7.5394 8.31166L7.50971 8.46011L7.1901 10.0582H3.8099L3.49029 8.46011L3.4606 8.31166L3.35355 8.20461L2.71584 7.56689L4.3 6.05817H6.7Z" stroke="url(#paint1_linear_323_10574)"/>
|
||||
<circle cx="5.5" cy="4.05817" r="3" fill="#F6D0A8" stroke="#A87B4D"/>
|
||||
<mask id="path-6-inside-1_323_10574" fill="white">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.08419 4.82468C2.57084 4.21679 3.63668 3.18317 4.625 3.18317C5.31782 3.18317 5.64841 3.5663 5.96058 3.92808C6.23979 4.25166 6.50426 4.55817 7 4.55817C7.61037 4.55817 8.37702 4.22025 8.99795 3.93729C8.93424 2.06026 7.39254 0.558167 5.5 0.558167C3.567 0.558167 2 2.12517 2 4.05817C2 4.32147 2.02908 4.57799 2.08419 4.82468Z"/>
|
||||
</mask>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.08419 4.82468C2.57084 4.21679 3.63668 3.18317 4.625 3.18317C5.31782 3.18317 5.64841 3.5663 5.96058 3.92808C6.23979 4.25166 6.50426 4.55817 7 4.55817C7.61037 4.55817 8.37702 4.22025 8.99795 3.93729C8.93424 2.06026 7.39254 0.558167 5.5 0.558167C3.567 0.558167 2 2.12517 2 4.05817C2 4.32147 2.02908 4.57799 2.08419 4.82468Z" fill="url(#paint2_linear_323_10574)"/>
|
||||
<path d="M2.08419 4.82468L1.10825 5.04272L1.5626 7.07631L2.86485 5.44964L2.08419 4.82468ZM5.96058 3.92808L5.20346 4.58136L5.96058 3.92808ZM8.99795 3.93729L9.41264 4.84725L10.02 4.57046L9.99738 3.90336L8.99795 3.93729ZM4.625 2.18317C3.80894 2.18317 3.08102 2.5943 2.57074 2.97278C2.036 3.36941 1.58764 3.84484 1.30354 4.19971L2.86485 5.44964C3.0674 5.19663 3.39529 4.8513 3.76221 4.57914C4.15359 4.28885 4.45275 4.18317 4.625 4.18317V2.18317ZM6.71769 3.27479C6.40224 2.90921 5.80662 2.18317 4.625 2.18317V4.18317C4.765 4.18317 4.82662 4.21533 4.87491 4.24802C4.95587 4.30284 5.03431 4.38533 5.20346 4.58136L6.71769 3.27479ZM7 3.55817C6.98217 3.55817 6.98223 3.55592 6.99111 3.55896C6.99888 3.56161 6.99721 3.56285 6.98249 3.55228C6.96531 3.53994 6.93625 3.51579 6.88986 3.46782C6.84123 3.41754 6.79094 3.35969 6.71769 3.27479L5.20346 4.58136C5.44941 4.8664 5.99128 5.55817 7 5.55817V3.55817ZM8.58327 3.02732C8.27185 3.16924 7.96358 3.30631 7.66735 3.40904C7.36124 3.51521 7.14048 3.55817 7 3.55817V5.55817C7.46989 5.55817 7.93764 5.43217 8.32268 5.29863C8.71761 5.16167 9.10313 4.9883 9.41264 4.84725L8.58327 3.02732ZM5.5 1.55817C6.85161 1.55817 7.95304 2.63111 7.99853 3.97121L9.99738 3.90336C9.91545 1.48941 7.93346 -0.441833 5.5 -0.441833V1.55817ZM3 4.05817C3 2.67745 4.11929 1.55817 5.5 1.55817V-0.441833C3.01472 -0.441833 1 1.57289 1 4.05817H3ZM3.06013 4.60663C3.0209 4.43105 3 4.24764 3 4.05817H1C1 4.3953 1.03725 4.72493 1.10825 5.04272L3.06013 4.60663Z" fill="url(#paint3_linear_323_10574)" mask="url(#path-6-inside-1_323_10574)"/>
|
||||
<defs>
|
||||
<linearGradient id="paint0_linear_323_10574" x1="8.3" y1="9.72483" x2="2.34964" y2="7.22568" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#679E41"/>
|
||||
<stop offset="0.488845" stop-color="#81B85A"/>
|
||||
<stop offset="1" stop-color="#9FD678"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint1_linear_323_10574" x1="5.5" y1="5.55817" x2="5.5" y2="10.5582" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white" stop-opacity="0.66"/>
|
||||
<stop offset="1" stop-color="white" stop-opacity="0.33"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint2_linear_323_10574" x1="8.99795" y1="2.69142" x2="2" y2="2.69142" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#F0A11C"/>
|
||||
<stop offset="1" stop-color="#F5B61C"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint3_linear_323_10574" x1="8.99795" y1="2.69142" x2="2" y2="2.69142" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#E4931C"/>
|
||||
<stop offset="1" stop-color="#F39E1B"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
After Width: | Height: | Size: 4.3 KiB |
9
decorators/visual studio.svg
Normal file
@ -0,0 +1,9 @@
|
||||
<svg width="13" height="8" viewBox="0 0 13 8" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M3 7.55817V5.55817L1.5 4.05817L0.5 5.05817L3 7.55817Z" fill="#3275CB"/>
|
||||
<path d="M10 0.558167V2.55817L11.5 4.05817L12.5 3.05817L10 0.558167Z" fill="#3275CB"/>
|
||||
<path d="M3 0.558167V2.55817L1.5 4.05817L0.5 5.05817V3.05817L3 0.558167Z" fill="#43AF24"/>
|
||||
<path d="M10 7.55817V5.55817L11.5 4.05817L12.5 3.05817V5.05817L10 7.55817Z" fill="#43AF24"/>
|
||||
<path d="M3 0.558167V2.55817L4.5 4.05817L6.5 2.05817L5 0.558167H3Z" fill="#FFD300"/>
|
||||
<path d="M10 7.55817V5.55817L8.5 4.05817L6.5 6.05817L8 7.55817H10Z" fill="#FFD300"/>
|
||||
<path d="M3 7.55817V5.55817L4.5 4.05817L6.5 2.05817L8 0.558167H10V2.55817L8.5 4.05817L6.5 6.05817L5 7.55817H3Z" fill="#ED1602"/>
|
||||
</svg>
|
After Width: | Height: | Size: 752 B |
11
decorators/white.svg
Normal file
@ -0,0 +1,11 @@
|
||||
<svg width="7" height="7" viewBox="0 0 7 7" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<circle cx="3.5" cy="3.5" r="3.5" fill="url(#paint0_radial_67_2252)"/>
|
||||
<circle cx="3.5" cy="3.5" r="3" stroke="#A8A8A8" stroke-opacity="0.66"/>
|
||||
<circle cx="3.5" cy="3.5" r="2" stroke="white" stroke-opacity="0.33"/>
|
||||
<defs>
|
||||
<radialGradient id="paint0_radial_67_2252" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(6 6) rotate(-135) scale(7.07107)">
|
||||
<stop offset="0.329722" stop-color="#C1C1C1"/>
|
||||
<stop offset="1" stop-color="white"/>
|
||||
</radialGradient>
|
||||
</defs>
|
||||
</svg>
|
After Width: | Height: | Size: 590 B |
10
decorators/word.svg
Normal file
@ -0,0 +1,10 @@
|
||||
<svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect width="10" height="10" rx="1" fill="url(#paint0_linear_145_3761)"/>
|
||||
<path d="M8.45557 2.59863L7.16016 7.5H5.93652L5.12305 4.35547C5.07975 4.19141 5.05355 4.00798 5.04443 3.80518H5.03076C5.01025 4.02848 4.98063 4.21191 4.94189 4.35547L4.10791 7.5H2.83301L1.54443 2.59863H2.75098L3.44141 5.86279C3.47103 6.00179 3.49268 6.18864 3.50635 6.42334H3.52686C3.53597 6.24788 3.56901 6.05648 3.62598 5.84912L4.51465 2.59863H5.69727L6.50049 5.89014C6.53011 6.0109 6.55632 6.18636 6.5791 6.4165H6.59277C6.60189 6.23649 6.62581 6.0542 6.66455 5.86963L7.34131 2.59863H8.45557Z" fill="white"/>
|
||||
<defs>
|
||||
<linearGradient id="paint0_linear_145_3761" x1="0" y1="0" x2="10" y2="10" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#2469C4"/>
|
||||
<stop offset="1" stop-color="#1146AD"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
After Width: | Height: | Size: 896 B |
67
decorators/world deco.svg
Normal file
@ -0,0 +1,67 @@
|
||||
<svg width="11" height="12" viewBox="0 0 11 12" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<circle cx="5.5" cy="6.05817" r="5" fill="url(#paint0_linear_299_8440)" stroke="url(#paint1_linear_299_8440)"/>
|
||||
<mask id="mask0_299_8440" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="1" y="1" width="9" height="10">
|
||||
<circle cx="5.5" cy="6.05817" r="4.5" fill="#D9D9D9"/>
|
||||
</mask>
|
||||
<g mask="url(#mask0_299_8440)">
|
||||
<g filter="url(#filter0_d_299_8440)">
|
||||
<path d="M7.42984 6.37987C6.78674 6.70142 6.45695 6.37987 6.21943 6.37987C5.89788 6.37987 5.50054 6.25125 5.50054 5.73677C5.50054 5.09367 5.8221 5.09367 6.4652 4.45057C7.1083 3.80747 7.42985 3.80747 7.7514 2.84282C8.03901 1.98002 8.39449 3.16437 9.68069 2.52127C10.9669 1.87817 10.3238 1.87817 10.9669 1.87817C11.61 1.87817 11.61 3.80747 11.61 5.09367C11.61 6.37987 11.2884 8.63072 10.6453 9.91692C10.0022 11.2031 6.86253 11.5247 6.21943 11.5247C5.57633 11.5247 6.4652 9.91692 6.78674 9.27382C7.10828 8.63072 7.79524 8.59524 8.14873 8.30917C8.54606 7.98762 8.14873 7.66607 8.47028 7.02297C8.79183 6.37987 8.71603 5.73677 7.42984 6.37987Z" fill="url(#paint2_linear_299_8440)"/>
|
||||
<path d="M3.32548 4.77212C3.07973 5.09367 3.32548 5.73677 3.32548 6.05832C3.32548 6.37987 2.68238 6.76573 2.68238 7.02297C2.68238 7.66607 2.43662 7.34452 3.32548 7.98762C4.21435 8.63072 3.64703 9.59537 3.96858 9.91692C4.29013 10.2385 3.24969 11.5247 1.9635 10.56C0.934542 9.7883 0.9988 8.30918 0.677289 7.02297C0.516535 6.37987 -0.287349 4.77212 0.35575 3.48592C0.99885 2.19972 1.3204 3.16437 1.9635 3.16437C2.6066 3.16437 5.25478 2.19972 4.21435 3.80747C3.82371 4.41111 3.716 4.26117 3.32548 4.77212Z" fill="url(#paint3_linear_299_8440)"/>
|
||||
</g>
|
||||
<g filter="url(#filter1_f_299_8440)">
|
||||
<ellipse cx="4.01789" cy="3.77515" rx="1.92857" ry="1.39108" transform="rotate(-33 4.01789 3.77515)" fill="white" fill-opacity="0.66"/>
|
||||
</g>
|
||||
<g filter="url(#filter2_f_299_8440)">
|
||||
<ellipse cx="8.51788" cy="8.27516" rx="1.92857" ry="1.39108" transform="rotate(-66 8.51788 8.27516)" fill="black" fill-opacity="0.33"/>
|
||||
</g>
|
||||
</g>
|
||||
<circle cx="5.5" cy="6.05817" r="4" stroke="white" stroke-opacity="0.5"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.96769 5.51595C8.80294 4.92227 7.23045 4.55817 5.50004 4.55817C3.7696 4.55817 2.1971 4.92227 1.03235 5.51597C1.3001 3.28635 3.19824 1.55817 5.50002 1.55817C7.80179 1.55817 9.69992 3.28634 9.96769 5.51595Z" fill="url(#paint4_linear_299_8440)" fill-opacity="0.5"/>
|
||||
<defs>
|
||||
<filter id="filter0_d_299_8440" x="-0.890015" y="0.878174" width="15.5" height="13.6465" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
||||
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
||||
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
||||
<feOffset dx="1" dy="1"/>
|
||||
<feGaussianBlur stdDeviation="1"/>
|
||||
<feComposite in2="hardAlpha" operator="out"/>
|
||||
<feColorMatrix type="matrix" values="0 0 0 0 0.143298 0 0 0 0 0.485319 0 0 0 0 0.753675 0 0 0 1 0"/>
|
||||
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_299_8440"/>
|
||||
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_299_8440" result="shape"/>
|
||||
</filter>
|
||||
<filter id="filter1_f_299_8440" x="-0.768677" y="-0.794678" width="9.57312" height="9.13965" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
||||
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
||||
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
||||
<feGaussianBlur stdDeviation="1.5" result="effect1_foregroundBlur_299_8440"/>
|
||||
</filter>
|
||||
<filter id="filter2_f_299_8440" x="5.02429" y="4.42419" width="6.98718" height="7.7019" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
||||
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
||||
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
||||
<feGaussianBlur stdDeviation="1" result="effect1_foregroundBlur_299_8440"/>
|
||||
</filter>
|
||||
<linearGradient id="paint0_linear_299_8440" x1="5.5" y1="1.55817" x2="5.5" y2="10.5582" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#7DB4CA"/>
|
||||
<stop offset="0.505" stop-color="#3FA0D9"/>
|
||||
<stop offset="1" stop-color="#6CD5FF"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint1_linear_299_8440" x1="1.00246" y1="1.55817" x2="9.99754" y2="10.5582" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#71D960" stop-opacity="0.960784"/>
|
||||
<stop offset="1" stop-color="#297B24"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint2_linear_299_8440" x1="3.57124" y1="2.52127" x2="7.75139" y2="10.8816" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#83F7AA"/>
|
||||
<stop offset="0.364552" stop-color="#3FD177"/>
|
||||
<stop offset="0.679603" stop-color="#53B118"/>
|
||||
<stop offset="0.962038" stop-color="#37881E"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint3_linear_299_8440" x1="3.57124" y1="2.52127" x2="7.75139" y2="10.8816" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#83F7AA"/>
|
||||
<stop offset="0.364552" stop-color="#3FD177"/>
|
||||
<stop offset="0.679603" stop-color="#53B118"/>
|
||||
<stop offset="0.962038" stop-color="#37881E"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint4_linear_299_8440" x1="5.00003" y1="1.55817" x2="5.00003" y2="5.55817" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white"/>
|
||||
<stop offset="1" stop-color="white" stop-opacity="0"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
After Width: | Height: | Size: 5.2 KiB |