iconista
Version:
Thousands of SVG icons with one React component
11 lines (10 loc) • 926 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 Svg1f6d0 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("g", { fill: "#c28fef" },
React.createElement("path", { d: "M48.6 25.4l4.4-4L32 2 11 21.4l4.4 4L32 10.1zM47.9 49.4c1.2-1.2.9-2.9 0-4.1-3-3.9-6.1-7.8-9.1-11.7-1-1.3-3-1-4 0-1.8 1.7-3.5 3.5-5.3 5.2L24 34.2l-1.4 1.5 4.9 7.8c.7 1.5 2.9 1.1 4 0l3.6-3.5 5.6 8.6c-3.4 3.3-5.3 5.2-8.6 8.5-1.8 1.8-.4 5 2 5h17v-2.9l-9.9-2.9c2.2-2.4 4.5-4.6 6.7-6.9" }),
React.createElement("path", { d: "M30.4 23.5L26.5 27c-.6.5-.6 1.4-.1 2l3.3 4c.5.6 1.4.7 2 .1l3.8-3.4c.6-.5.6-1.4.1-2l-3.3-4c-.5-.6-1.3-.7-1.9-.2" })));
exports.default = Svg1f6d0;