@untitledui/file-icons
Version:
Official React library for Untitled UI File Icons
2 lines (1 loc) • 752 B
JavaScript
import*as t from"react";const i=({size:r=40,theme:o="light",...e})=>t.createElement("svg",{width:r,height:r,fill:"none",viewBox:"0 0 40 40","aria-hidden":"true",...e},t.createElement("path",{stroke:o==="light"?"#D5D7DA":"#373A41",strokeWidth:1.5,d:"M4.75 4A3.25 3.25 0 0 1 8 .75h16c.121 0 .238.048.323.134l10.793 10.793a.46.46 0 0 1 .134.323v24A3.25 3.25 0 0 1 32 39.25H8A3.25 3.25 0 0 1 4.75 36z"}),t.createElement("path",{stroke:o==="light"?"#D5D7DA":"#373A41",strokeWidth:1.5,d:"M24 .5V8a4 4 0 0 0 4 4h7.5"}),t.createElement("path",{stroke:o==="light"?"#155EEF":"#528BFF",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M11.9 19.5h16.2m-16.2 3.6h16.2m-16.2 3.6h16.2m-16.2 3.6h12.6"}));i.displayName="Document";export{i as Document};