iconista
Version:
Thousands of SVG icons with one React component
25 lines (24 loc) • 2.41 kB
JavaScript
"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 Svg1f3c1 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { d: "M18.7 13c-3.7.5-7.1 1.8-10 4.6l-3-8.1c2.9-2.8 6.3-4.1 10-4.6l3 8.1", fill: "#333" }),
React.createElement("path", { d: "M30.3 12.9c-4-.2-8-.4-11.7.1l-3-8.1c3.7-.5 7.7-.3 11.7-.1l3 8.1", fill: "#fff" }),
React.createElement("path", { d: "M42 12.8c-3.7.5-7.7.3-11.7.1l-3-8.1c4 .2 8 .4 11.7-.1 1 2.6 2 5.3 3 8.1", fill: "#333" }),
React.createElement("g", { fill: "#fff" },
React.createElement("path", { d: "M52 8.1c-2.9 2.8-6.3 4.1-10 4.6l-3-8.1c3.7-.5 7.1-1.8 10-4.6l3 8.1M21.7 21.1c-3.7.5-7.1 1.8-10 4.6l-3-8.1c2.9-2.8 6.3-4.1 10-4.6l3 8.1" })),
React.createElement("path", { d: "M33.3 21c-4-.2-8-.4-11.7.1l-3-8.1c3.7-.5 7.7-.3 11.7-.1l3 8.1", fill: "#333" }),
React.createElement("path", { d: "M45 20.9c-3.7.5-7.7.3-11.7.1l-3-8.1c4 .2 8 .4 11.7-.1l3 8.1", fill: "#fff" }),
React.createElement("g", { fill: "#333" },
React.createElement("path", { d: "M55 16.3c-2.9 2.8-6.3 4.1-10 4.6l-3-8.1c3.7-.5 7.1-1.8 10-4.6 1 2.6 2 5.3 3 8.1M24.7 29.3c-3.7.5-7.1 1.8-10 4.6l-3-8.1c2.9-2.8 6.3-4.1 10-4.6l3 8.1" })),
React.createElement("path", { d: "M36.4 29.1c-4-.2-8-.4-11.7.1l-3-8.1c3.7-.5 7.7-.3 11.7-.1.9 2.7 2 5.4 3 8.1", fill: "#fff" }),
React.createElement("path", { d: "M48 29c-3.7.5-7.7.3-11.6.1l-3-8.1c4 .2 8 .4 11.7-.1.9 2.7 1.9 5.4 2.9 8.1", fill: "#333" }),
React.createElement("g", { fill: "#fff" },
React.createElement("path", { d: "M58 24.4c-2.9 2.8-6.3 4.1-10 4.6l-3-8.1c3.7-.5 7.1-1.8 10-4.6l3 8.1M27.7 37.4c-3.7.5-7.1 1.8-10 4.6l-3-8.1c2.9-2.8 6.3-4.1 10-4.6l3 8.1" })),
React.createElement("path", { d: "M39.4 37.3c-4-.2-8-.4-11.7.1l-3-8.1c3.7-.5 7.7-.3 11.7-.1l3 8.1", fill: "#333" }),
React.createElement("path", { d: "M51 37.1c-3.7.5-7.7.3-11.7.1l-3-8.1c4 .2 8 .4 11.6-.1 1.1 2.7 2.1 5.4 3.1 8.1", fill: "#fff" }),
React.createElement("g", { fill: "#333" },
React.createElement("path", { d: "M61 32.5c-2.9 2.8-6.3 4.1-10 4.6L48 29c3.7-.5 7.1-1.8 10-4.6l3 8.1M25.9 64H24L3 7.3l1.7-.6z" })));
exports.default = Svg1f3c1;