@untitledui/file-icons
Version:
Official React library for Untitled UI File Icons
2 lines (1 loc) • 1.03 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 l=({size:i=40,theme:t="light",...e})=>h.createElement("svg",{width:i,height:i,fill:"none",viewBox:"0 0 40 40","aria-hidden":"true",...e},h.createElement("path",{fill:"#155EEF",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:"M14.112 32H12.63l2.26-6.546h1.783L18.928 32h-1.482l-1.64-5.05h-.051zm-.093-2.573h3.503v1.08H14.02zm6.062-3.972 1.582 4.973h.061l1.585-4.974h1.535L22.587 32h-1.783l-2.26-6.546zm6.934 0V32h-1.384v-6.546z"}));l.displayName="Avi";exports.Avi = l;
;