@untitledui/file-icons
Version:
Official React library for Untitled UI File Icons
2 lines (1 loc) • 1.66 kB
JavaScript
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { newObj[key] = obj[key]; } } } newObj.default = obj; return newObj; } }var _react = require('react'); var h = _interopRequireWildcard(_react);const l=({size:e=40,theme:s="light",...i})=>h.createElement("svg",{width:e,height:e,fill:"none",viewBox:"0 0 40 40","aria-hidden":"true",...i},h.createElement("mask",{id:"exe_svg__b",width:32,height:40,x:4,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},h.createElement("path",{fill:"url(#exe_svg__a)",d:"M4 4a4 4 0 0 1 4-4h16l12 12v24a4 4 0 0 1-4 4H8a4 4 0 0 1-4-4z"})),h.createElement("g",{mask:"url(#exe_svg__b)"},h.createElement("path",{fill:s==="light"?"#F5F5F5":"#22262F",d:"M4 4a4 4 0 0 1 4-4h16l12 12v24a4 4 0 0 1-4 4H8a4 4 0 0 1-4-4z"})),h.createElement("path",{fill:s==="light"?"#E9EAEB":"#373A41",d:"m24 0 12 12h-8a4 4 0 0 1-4-4z"}),h.createElement("path",{fill:s==="light"?"#414651":"#CECFD2",d:"M11.841 32v-6.546h4.41v1.142h-3.026v1.56h2.8v1.14h-2.8v1.563h3.04V32zm6.809-6.546 1.32 2.231h.05l1.327-2.23h1.563l-1.997 3.272L22.955 32h-1.592l-1.342-2.234h-.051L18.627 32h-1.585l2.049-3.273-2.01-3.273zM23.786 32v-6.546h4.41v1.142H25.17v1.56h2.8v1.14h-2.8v1.563h3.039V32z"}),h.createElement("defs",null,h.createElement("linearGradient",{id:"exe_svg__a",x1:20,x2:20,y1:0,y2:40,gradientUnits:"userSpaceOnUse"},h.createElement("stop",{stopOpacity:.4}),h.createElement("stop",{offset:1}))));l.displayName="Exe";exports.Exe = l;