UNPKG

iconista

Version:

Thousands of SVG icons with one React component

13 lines (12 loc) 1.24 kB
"use strict"; 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 Svg1f32b = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props }, React.createElement("path", { d: "M2 29.6c15.8-12.6 23.3.5 32.8.5 7.5 0 16.8-13.1 27.2-2.4-11.9-5.7-16.3 6.5-28.7 6.5-9.5 0-13.2-11.3-31.3-4.6", fill: "#979797" }), React.createElement("path", { d: "M62 39.7c-9.2-7.6-15.1-1.4-22.7 1.8-4.8 2-9.8 1.5-14.8-3.8 3.6 1.3 11.5 5.6 19.3-2-6.7 3-15.1.9-21.9-2.5-7.5-3.7-13.6-4.3-19.9 2.5 3.9-3 9.6-2.3 14-1.1-2.8.1-8.9.8-14 8.7C17.4 30.5 23 48 35.1 48c11.7 0 10.6-13.1 26.9-8.3", fill: "#d0d0d0" }), React.createElement("path", { d: "M2 25.3c1.9-5.4 15.2-13.2 25.8.1C13 18.6 2 25.3 2 25.3", fill: "#979797" }), React.createElement("path", { d: "M42.1 19.8c6.2-6.8 16.1-3.1 19.9.3-3.1-.4-12.5-2.4-16.5 2-6.4 6.8-13.9 5.8-16.3 3.4 0-.1 7.6.2 12.9-5.7", fill: "#d0d0d0" }), React.createElement("path", { d: "M45.4 35.4c8-13.3 16.6-2.1 16.6-2.1-9.4-3.3-16.6 2.1-16.6 2.1", fill: "#979797" })); exports.default = Svg1f32b;