@untitledui/file-icons
Version:
Official React library for Untitled UI File Icons
2 lines (1 loc) • 2.1 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 i = _interopRequireWildcard(_react);const h=({size:a=40,theme:s="light",...e})=>i.createElement("svg",{width:a,height:a,fill:"none",viewBox:"0 0 40 40","aria-hidden":"true",...e},i.createElement("mask",{id:"video-01_svg__b",width:32,height:40,x:4,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},i.createElement("path",{fill:"url(#video-01_svg__a)",d:"M4 4a4 4 0 0 1 4-4h16l12 12v24a4 4 0 0 1-4 4H8a4 4 0 0 1-4-4z"})),i.createElement("g",{mask:"url(#video-01_svg__b)"},i.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"})),i.createElement("path",{fill:s==="light"?"#E9EAEB":"#373A41",d:"m24 0 12 12h-8a4 4 0 0 1-4-4z"}),i.createElement("g",{clipPath:"url(#video-01_svg__c)"},i.createElement("path",{stroke:s==="light"?"#414651":"#CECFD2",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M13.333 24h13.334m-13.334-3.333h3.334m6.666 0h3.334m-13.334 6.666h3.334m6.666 0h3.334m-10 3.334V17.333m6.666 13.334V17.333m-6.8 13.334h6.934c1.12 0 1.68 0 2.108-.218a2 2 0 0 0 .874-.874c.218-.428.218-.988.218-2.108v-6.934c0-1.12 0-1.68-.218-2.108a2 2 0 0 0-.874-.874c-.428-.218-.988-.218-2.108-.218h-6.934c-1.12 0-1.68 0-2.108.218a2 2 0 0 0-.874.874c-.218.428-.218.988-.218 2.108v6.934c0 1.12 0 1.68.218 2.108a2 2 0 0 0 .874.874c.428.218.988.218 2.108.218"})),i.createElement("defs",null,i.createElement("linearGradient",{id:"video-01_svg__a",x1:20,x2:20,y1:0,y2:40,gradientUnits:"userSpaceOnUse"},i.createElement("stop",{stopOpacity:.4}),i.createElement("stop",{offset:1})),i.createElement("clipPath",{id:"video-01_svg__c"},i.createElement("path",{fill:"#fff",d:"M12 16h16v16H12z"}))));h.displayName="Video01";exports.Video01 = h;