@untitledui/file-icons
Version:
Official React library for Untitled UI File Icons
2 lines (1 loc) • 953 B
JavaScript
import*as e from"react";const t=({size:r=40,theme:i="light",...o})=>e.createElement("svg",{width:r,height:r,fill:"none",viewBox:"0 0 40 40","aria-hidden":"true",...o},e.createElement("path",{fill:"#7F56D9",d:"M4 4a4 4 0 0 1 4-4h16l12 12v24a4 4 0 0 1-4 4H8a4 4 0 0 1-4-4z"}),e.createElement("path",{fill:"#fff",d:"m24 0 12 12h-8a4 4 0 0 1-4-4z",opacity:.3}),e.createElement("path",{stroke:"#fff",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"m20.667 20.667-.744-1.488c-.214-.428-.321-.642-.48-.798a1.3 1.3 0 0 0-.499-.308c-.211-.073-.45-.073-.93-.073h-2.547c-.747 0-1.12 0-1.406.145-.25.128-.454.332-.582.583-.146.285-.146.659-.146 1.405v.534m0 0h10.134c1.12 0 1.68 0 2.108.218a2 2 0 0 1 .874.874c.218.427.218.988.218 2.108V26.8c0 1.12 0 1.68-.218 2.108a2 2 0 0 1-.874.874c-.428.218-.988.218-2.108.218h-6.934c-1.12 0-1.68 0-2.108-.218a2 2 0 0 1-.874-.874c-.218-.428-.218-.988-.218-2.108z"}));t.displayName="Folder";export{t as Folder};