iconista
Version:
Thousands of SVG icons with one React component
11 lines (10 loc) • 1.76 kB
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 Svg1f31e = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("g", { fill: "#ffca28" },
React.createElement("path", { d: "M20.5 59.7l7-7.2c-2.5-.5-4.8-1.5-6.9-2.9l-.1 10.1M43.5 4.3l-7 7.2c2.5.5 4.8 1.5 6.9 2.9l.1-10.1M11.5 36.5l-7.2 7 10.1-.1C13 41.3 12 39 11.5 36.5M52.5 27.5l7.2-7-10.1.1c1.4 2.1 2.4 4.4 2.9 6.9M14.4 20.6l-10.1-.1 7.2 7c.5-2.5 1.5-4.8 2.9-6.9M49.6 43.4l10.1.1-7.2-7c-.5 2.5-1.5 4.8-2.9 6.9M27.5 11.5l-7-7.2.1 10.1c2.1-1.4 4.4-2.4 6.9-2.9M36.5 52.5l7 7.2-.1-10.1C41.3 51 39 52 36.5 52.5M14.8 44l-4 9.3 9.3-4C18 47.8 16.2 46 14.8 44M49.2 20l4-9.3-9.3 4c2.1 1.5 3.9 3.3 5.3 5.3M11 32c0-1.3.1-2.5.4-3.7L2 32l9.4 3.7c-.3-1.2-.4-2.4-.4-3.7M62 32l-9.4-3.7c.2 1.2.4 2.5.4 3.7 0 1.3-.1 2.5-.4 3.7L62 32M20 14.8l-9.3-4 4 9.3c1.5-2.1 3.3-3.9 5.3-5.3M44 49.2l9.3 4-4-9.3C47.8 46 46 47.8 44 49.2M35.7 11.4L32 2l-3.7 9.4c1.2-.2 2.5-.4 3.7-.4 1.3 0 2.5.1 3.7.4M28.3 52.6L32 62l3.7-9.4c-1.2.3-2.4.4-3.7.4-1.3 0-2.5-.1-3.7-.4" }),
React.createElement("path", { d: "M32 13c-10.5 0-19 8.5-19 19s8.5 19 19 19 19-8.5 19-19-8.5-19-19-19M20.4 30.7c1.2-3.2 3-4.9 4.7-4.9s3.5 1.6 4.7 4.9c.1.3-.5.9-.8.6-1.1-1.2-2.5-1.7-3.9-1.7s-2.8.5-3.9 1.7c-.4.4-1-.2-.8-.6m20.3 7.5C39.1 40.8 36 43 32 43c-4 0-7.2-2.3-8.7-4.8-.4-.7.1-1.4.8-1 5.1 3.6 10.8 3.6 15.9 0 .6-.4 1.1.4.7 1m2.2-6.9c-1.1-1.2-2.5-1.7-3.9-1.7s-2.8.5-3.9 1.7c-.3.3-.9-.3-.8-.6 1.2-3.2 3-4.9 4.7-4.9 1.8 0 3.5 1.6 4.7 4.9.1.4-.5 1-.8.6" })));
exports.default = Svg1f31e;