iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 608 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 Anycubic = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M6.762.534l8.728 3.481 8.469 7.449-6.494-.631L6.762.534zm10.72 10.463l6.518.581-7.826 8.749-8.649 3.139 9.957-12.469zM6.592.601l10.699 10.331L7.355 23.44 0 12.465 6.592.601z" }));
exports.default = Anycubic;