Add file/folder svgs (#2555)

This commit is contained in:
Grant G
2025-01-31 00:12:03 -08:00
committed by GitHub
parent e88e1dd724
commit 9955b5bc20
3 changed files with 48 additions and 1 deletions

23
icons/file.svg Normal file
View File

@@ -0,0 +1,23 @@
<svg width="24" height="32" viewBox="0 0 24 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_6000_9854)">
<path d="M0 2C0 0.895431 0.895431 0 2 0H12H13.6414C14.1896 0 14.7138 0.22504 15.0914 0.622501L23.45 9.42105C23.8031 9.79275 24 10.2859 24 10.7986V30C24 31.1046 23.1046 32 22 32H2C0.89543 32 0 31.1046 0 30V2Z" fill="#42B4FF"/>
<g filter="url(#filter0_d_6000_9854)">
<path d="M14 0V10C14 10.5523 14.4477 11 15 11H24" stroke="#42B4FF" stroke-linecap="square"/>
</g>
</g>
<defs>
<filter id="filter0_d_6000_9854" x="8.5" y="-1.5" width="17" height="18" 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="-2" dy="2"/>
<feGaussianBlur stdDeviation="1.5"/>
<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.42 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_6000_9854"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_6000_9854" result="shape"/>
</filter>
<clipPath id="clip0_6000_9854">
<rect width="24" height="32" fill="white"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

23
icons/folder.svg Normal file
View File

@@ -0,0 +1,23 @@
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_6000_9851)">
<path d="M0 3C0 1.34315 1.34315 0 3 0H14.2242C15.3548 0 16.4327 0.478531 17.1911 1.31719L19.5378 3.91244C19.917 4.33177 20.4559 4.57103 21.0213 4.57103H29C30.6569 4.57103 32 5.91418 32 7.57103V11.1017V29C32 30.6569 30.6569 32 29 32H3C1.34315 32 0 30.6569 0 29V3Z" fill="#42B4FF"/>
<g filter="url(#filter0_d_6000_9851)">
<path d="M0 12C0 10.8954 0.895431 10 2 10H14.9333H30C31.1046 10 32 10.8954 32 12V15.2381V30C32 31.1046 31.1046 32 30 32H2C0.895431 32 0 31.1046 0 30V12Z" fill="#42B4FF"/>
</g>
</g>
<defs>
<filter id="filter0_d_6000_9851" x="-4" y="3" width="40" height="30" 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="-3"/>
<feGaussianBlur stdDeviation="2"/>
<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.13 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_6000_9851"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_6000_9851" result="shape"/>
</filter>
<clipPath id="clip0_6000_9851">
<rect width="32" height="32" fill="white"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@@ -70,7 +70,8 @@
"build/**/*.css",
"build/**/*.json",
"build/**/*.d.ts",
"icons/*.png"
"icons/*.png",
"icons/*.svg"
],
"author": "",
"license": "ISC",