@ftdata/icons
Version:
Fulltime Styleguide Icons
38 lines (37 loc) • 3.17 kB
JavaScript
"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 WarehouseDeliveryChekmark(_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: "M6.99805 21.0039H12.0001", stroke: color, strokeWidth: weight, strokeLinecap: "round", strokeLinejoin: "round" }, void 0),
jsx_runtime_1.jsx("path", { d: "M9.99951 7.9985H14.0012", stroke: color, strokeWidth: weight, strokeLinecap: "round", strokeLinejoin: "round" }, void 0),
jsx_runtime_1.jsx("path", { d: "M6.99805 15.0014H12.0001", stroke: color, strokeWidth: weight, strokeLinecap: "round", strokeLinejoin: "round" }, void 0),
jsx_runtime_1.jsx("path", { d: "M6.99805 18.0026H12.0001", stroke: color, strokeWidth: weight, strokeLinecap: "round", strokeLinejoin: "round" }, void 0),
jsx_runtime_1.jsx("path", { d: "M17.0022 12H6.99805V21.0037", stroke: color, strokeWidth: weight, strokeLinecap: "round", strokeLinejoin: "round" }, void 0),
jsx_runtime_1.jsx("path", { d: "M12.0003 21.0038H2.99658V7.88735C2.99658 7.16077 3.3908 6.49138 4.02601 6.13862L11.0289 2.248C11.6333 1.91212 12.3683 1.91212 12.9727 2.248L19.9757 6.13862C20.6105 6.49164 21.0041 7.16098 21.0041 7.88735V12.0001", stroke: color, strokeWidth: weight, strokeLinecap: "round", strokeLinejoin: "round" }, void 0),
jsx_runtime_1.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M16.0019 15.0015H21.004C21.5565 15.0015 22.0044 15.4494 22.0044 16.0019V21.004C22.0044 21.5565 21.5565 22.0044 21.004 22.0044H16.0019C15.4494 22.0044 15.0015 21.5565 15.0015 21.004V16.0019C15.0015 15.4494 15.4494 15.0015 16.0019 15.0015Z", stroke: color, strokeWidth: weight, strokeLinecap: "round", strokeLinejoin: "round" }, void 0),
jsx_runtime_1.jsx("path", { d: "M19.6941 17.7585L18.2025 19.2462L17.3081 18.3538", stroke: color, strokeWidth: weight, strokeLinecap: "round", strokeLinejoin: "round" }, void 0)] }), void 0));
}
exports.default = WarehouseDeliveryChekmark;