iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 892 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 Svg1f374 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { d: "M6.1 3.1C4.4 4.9.9 16.2 15.6 31c4.7 4.7 8.2 1.2 11.1 4.2L53 61.5s5.7-1.9 6.6-6.7L7.5 2.6s-.5-.4-1.4.5", fill: "#94989b" }),
React.createElement("path", { d: "M61.8 11c.7-1.3-.9-.9-.9-.9s-10.6 10.2-12.1 9c-1.5-1.2 10.4-11 9-12.9-1.3-1.7-11.7 10.5-13 9-1.2-1.5 8.9-12.1 8.9-12.1s.4-1.6-.9-.9c-16 8.6-18 16.6-18 16.6s-.6 1.6.6 2.8c.1.1-29.2 29.3-33.1 33.2-1.9 1.9 5.1 8.8 7 6.9 3.9-3.9 33-33.3 33.1-33.2 1.2 1.2 2.8.7 2.8.7s8-2.1 16.6-18.2", fill: "#b2c1c0" }));
exports.default = Svg1f374;