UNPKG

@ftdata/icons

Version:

Fulltime Styleguide Icons

40 lines (39 loc) 3.58 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 Pulverizer(_a) { var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]); 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: "M13.8694 3.5725C13.3574 3.4835 12.8334 3.4275 12.2954 3.4275C11.7574 3.4275 11.2334 3.4835 10.7214 3.5725", stroke: color, strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }, void 0), jsx_runtime_1.jsx("path", { d: "M20.8136 9.40039C21.1666 10.3694 21.3686 11.4104 21.3686 12.5004", stroke: color, strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }, void 0), jsx_runtime_1.jsx("path", { d: "M19.2436 6.67041C18.5656 5.86341 17.7466 5.18041 16.8286 4.64941", stroke: color, strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }, void 0), jsx_runtime_1.jsx("path", { d: "M7.76241 4.64941C6.84441 5.18041 6.02641 5.86341 5.34741 6.67041", stroke: color, strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }, void 0), jsx_runtime_1.jsx("path", { d: "M3.2225 12.5004C3.2225 11.4094 3.4245 10.3684 3.7775 9.40039", stroke: color, strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }, void 0), jsx_runtime_1.jsx("path", { d: "M7.76245 20.3516C8.66245 20.8726 9.65945 21.2416 10.7215 21.4276", stroke: color, strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }, void 0), jsx_runtime_1.jsx("path", { d: "M3.77759 15.6006C4.14359 16.6046 4.67359 17.5276 5.34759 18.3306", stroke: color, strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }, void 0), jsx_runtime_1.jsx("path", { d: "M13.8694 21.4276C14.9314 21.2416 15.9274 20.8726 16.8284 20.3516", stroke: color, strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }, void 0), jsx_runtime_1.jsx("path", { d: "M19.2434 18.3306C19.9174 17.5276 20.4474 16.6046 20.8134 15.6006", stroke: color, strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }, void 0), jsx_runtime_1.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13.0955 7.8285L15.4915 11.0345C17.4625 13.6705 15.5835 17.4275 12.2955 17.4275V17.4275C9.0075 17.4275 7.1285 13.6705 9.0985 11.0345L11.4955 7.8285C11.8955 7.2935 12.6955 7.2935 13.0955 7.8285Z", stroke: color, strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }, void 0)] }), void 0)); } exports.default = Pulverizer;