iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 1.12 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const Assembly = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", className: "icon icon-tabler icons-tabler-filled icon-tabler-assembly", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }),
React.createElement("path", { d: "M13.666 1.429l6.75 3.98q.1.06.18.133l.009.008.106.075a3.22 3.22 0 011.284 2.39l.005.203v7.284c0 1.175-.643 2.256-1.623 2.793l-6.804 4.302c-.98.538-2.166.538-3.2-.032l-6.695-4.237A3.23 3.23 0 012 15.502V8.217a3.21 3.21 0 011.65-2.808l6.775-3.995a3.34 3.34 0 013.24.015m-.64 5.343a2.03 2.03 0 00-2-.014L8.002 8.562A1.99 1.99 0 007 10.298v3.278a2 2 0 001.03 1.75l2.946 1.89c.657.367 1.39.367 1.994.033l3.054-1.955c.582-.322.976-.992.976-1.719v-3.277l-.005-.164a2 2 0 00-.725-1.391l-.092-.07-.056-.047a1 1 0 00-.096-.064z" }));
exports.default = Assembly;