UNPKG

@ftdata/icons

Version:

Fulltime Styleguide Icons

35 lines (34 loc) 2.59 kB
"use strict"; var __assign = (this && this.__assign) || function () { __assign = Object.assign || function(t) { for (var s, i = 1, n = arguments.length; i < n; i++) { s = arguments[i]; for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; } return t; }; return __assign.apply(this, arguments); }; var __rest = (this && this.__rest) || function (s, e) { var t = {}; for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p]; if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) { if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t[p[i]] = s[p[i]]; } return t; }; Object.defineProperty(exports, "__esModule", { value: true }); var jsx_runtime_1 = require("react/jsx-runtime"); function DocumentsFileExcelAlt(_a) { var color = _a.color, size = _a.size, weight = _a.weight, rest = __rest(_a, ["color", "size", "weight"]); return (jsx_runtime_1.jsxs("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, rest, { children: [jsx_runtime_1.jsx("path", { d: "M20.0035 7.99842H16.0019C15.4494 7.99842 15.0015 7.55052 15.0015 6.998V2.99634", stroke: color, strokeWidth: weight, strokeLinecap: "round", strokeLinejoin: "round" }, void 0), jsx_runtime_1.jsx("path", { d: "M5.99756 7.99842V4.99717C5.99756 3.89214 6.89336 2.99634 7.99839 2.99634H15.1734C15.704 2.99634 16.2128 3.20733 16.588 3.58258L19.4171 6.41176C19.7924 6.7869 20.0034 7.29574 20.0034 7.82635V19.003C20.0034 20.108 19.1076 21.0038 18.0026 21.0038H7.99839C6.89336 21.0038 5.99756 20.108 5.99756 19.003V18.0026", stroke: color, strokeWidth: weight, strokeLinecap: "round", strokeLinejoin: "round" }, void 0), jsx_runtime_1.jsx("path", { d: "M9.56619 14.7512L6.56494 11.2498", stroke: color, strokeWidth: weight, strokeLinecap: "round", strokeLinejoin: "round" }, void 0), jsx_runtime_1.jsx("path", { d: "M6.56494 14.7512L9.56619 11.2498", stroke: color, strokeWidth: weight, strokeLinecap: "round", strokeLinejoin: "round" }, void 0), jsx_runtime_1.jsx("rect", { x: "2.99658", y: "7.99854", width: "10.0042", height: "10.0042", rx: "3", stroke: color, strokeWidth: weight, strokeLinecap: "round", strokeLinejoin: "round" }, void 0)] }), void 0)); } exports.default = DocumentsFileExcelAlt;