@untitledui/file-icons
Version:
Official React library for Untitled UI File Icons
2 lines (1 loc) • 1.37 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 i=({size:t=40,theme:l="light",...r})=>h.createElement("svg",{width:t,height:t,fill:"none",viewBox:"0 0 40 40","aria-hidden":"true",...r},h.createElement("path",{stroke:l==="light"?"#D5D7DA":"#373A41",strokeWidth:1.5,d:"M7.75 4A3.25 3.25 0 0 1 11 .75h16c.121 0 .238.048.323.134l10.793 10.793a.46.46 0 0 1 .134.323v24A3.25 3.25 0 0 1 35 39.25H11A3.25 3.25 0 0 1 7.75 36z"}),h.createElement("path",{stroke:l==="light"?"#D5D7DA":"#373A41",strokeWidth:1.5,d:"M27 .5V8a4 4 0 0 0 4 4h7.5"}),h.createElement("rect",{width:30,height:16,x:1,y:18,fill:"#155EEF",rx:2}),h.createElement("path",{fill:"#fff",d:"M4.87 22.727h1.896l2.003 4.887h.085l2.003-4.887h1.896V30H11.26v-4.734h-.06l-1.88 4.699H8.303l-1.882-4.716h-.06V30H4.869zM14.02 30v-7.273h1.537v3.207h.096l2.617-3.207h1.843l-2.698 3.257L20.145 30h-1.839l-1.992-2.99-.757.923V30zm8.208-7.273 1.758 5.526h.067l1.762-5.526h1.704L25.012 30h-1.981l-2.51-7.273z"}));i.displayName="Mkv";exports.Mkv = i;