iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 984 B
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 CubeSpark = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", className: "icon icon-tabler icons-tabler-outline icon-tabler-cube-spark", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", stroke: "none" }),
React.createElement("path", { d: "M21 12V7.99a1.98 1.98 0 00-1-1.717l-7-4.008a2.02 2.02 0 00-2 0L4 6.273c-.619.355-1 1.01-1 1.718v8.018c0 .709.381 1.363 1 1.717l7 4.008c.62.354 1.38.354 2 0M12 22V12M12 12l8.73-5.04M3.27 6.96L12 12M19 22.5a4.75 4.75 0 013.5-3.5 4.75 4.75 0 01-3.5-3.5 4.75 4.75 0 01-3.5 3.5 4.75 4.75 0 013.5 3.5" }));
exports.default = CubeSpark;