@brizy/ui-icons
Version:
12 lines (11 loc) • 807 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.FileDownload = void 0;
const react_1 = __importDefault(require("react"));
exports.FileDownload = () => (react_1.default.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 16 16", fill: "currentColor" },
react_1.default.createElement("g", { fill: "currentColor" },
react_1.default.createElement("polygon", { fill: "currentColor", points: "8,8 12,4 9,4 9,0 7,0 7,4 4,4 " }),
react_1.default.createElement("path", { fill: "currentColor", d: "M15,0h-3v2h2v8H2V2h2V0H1C0.4,0,0,0.4,0,1v14c0,0.6,0.4,1,1,1h14c0.6,0,1-0.4,1-1V1C16,0.4,15.6,0,15,0z" }))));