@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:"#DD2590",rx:2}),h.createElement("path",{fill:"#fff",d:"m6.428 30-2.08-7.273h1.68l1.203 5.054h.06l1.328-5.054h1.439l1.324 5.064h.064l1.204-5.064h1.68L12.249 30H10.75l-1.385-4.755h-.057L7.927 30zm9.246 0h-1.648l2.51-7.273h1.982L21.025 30h-1.647l-1.822-5.61h-.057zm-.103-2.859h3.892v1.2H15.57zm6.735-4.414 1.758 5.526h.068l1.761-5.526h1.705L25.09 30h-1.98l-2.51-7.273z"}));i.displayName="Wav";exports.Wav = i;