UNPKG

@brizy/ui-icons

Version:
13 lines (12 loc) 925 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.File = void 0; const react_1 = __importDefault(require("react")); exports.File = () => (react_1.default.createElement("svg", { width: "1em", height: "1em", id: "page", fill: "currentColor", viewBox: "0 0 16 16" }, react_1.default.createElement("g", null, react_1.default.createElement("g", { id: "page", stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd" }, react_1.default.createElement("path", { id: "Shape", fill: "currentColor", fillRule: "nonzero", d: "M11 16v-4h4z" }), react_1.default.createElement("path", { d: "M9 10h6V1c0-.6-.4-1-1-1H2c-.6 0-1 .4-1 1v14c0 .6.4 1 1 1h7v-6z", id: "Shape", fill: "currentColor", fillRule: "nonzero" })))));