@untitledui/file-icons
Version:
Official React library for Untitled UI File Icons
2 lines (1 loc) • 1.51 kB
JavaScript
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 a=({size:e=40,theme:i="light",...t})=>h.createElement("svg",{width:e,height:e,fill:"none",viewBox:"0 0 40 40","aria-hidden":"true",...t},h.createElement("path",{fill:"#BA24D5",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:"#fff",d:"m24 0 12 12h-8a4 4 0 0 1-4-4z",opacity:.3}),h.createElement("path",{fill:"#fff",d:"M10.835 25.455V32H9.45v-6.546zm6.613 0V32h-1.195l-2.848-4.12h-.048V32h-1.384v-6.546h1.215l2.825 4.117h.057v-4.117zM20.912 32h-2.32v-6.546h2.339q.987 0 1.7.394.712.39 1.096 1.122.387.731.387 1.75 0 1.024-.387 1.759-.383.735-1.102 1.128-.716.393-1.713.393m-.937-1.186h.88q.612 0 1.032-.217a1.4 1.4 0 0 0 .632-.68q.214-.464.214-1.196 0-.726-.214-1.186a1.4 1.4 0 0 0-.63-.677q-.419-.218-1.032-.218h-.882zM27.46 32h-2.32v-6.546h2.34q.987 0 1.7.394.712.39 1.096 1.122.387.731.387 1.75 0 1.024-.387 1.759-.383.735-1.102 1.128-.717.393-1.713.393m-.936-1.186h.879q.614 0 1.032-.217.422-.22.633-.68.214-.464.214-1.196 0-.726-.214-1.186a1.4 1.4 0 0 0-.63-.677q-.419-.218-1.032-.218h-.882z"}));a.displayName="Indd";exports.Indd = a;
;