UNPKG

@brizy/ui-icons

Version:
12 lines (11 loc) 780 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.DocumentFile = void 0; const react_1 = __importDefault(require("react")); exports.DocumentFile = () => (react_1.default.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 48 48" }, react_1.default.createElement("g", { fill: "none", stroke: "currentColor", strokeLinecap: "square", strokeMiterlimit: 10, strokeWidth: 2 }, react_1.default.createElement("path", { strokeLinecap: "butt", d: "M30 2v12h12", "data-cap": "butt" }), react_1.default.createElement("path", { d: "M30 2H6v44h36V14zM14 36h20M14 26h20M14 16h8" }))));