iconista
Version:
Thousands of SVG icons with one React component
28 lines (27 loc) • 2.57 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 Svg1f52d = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("g", { fill: "#333" },
React.createElement("path", { d: "M16.8 62h1.8l.9-2.2h-1.9zM44.5 59.8l.9 2.2h1.8l-.8-2.2z" })),
React.createElement("g", { fill: "#cad5dd" },
React.createElement("path", { d: "M35.6 30.2l-7.2.1-10.8 29.5h1.9l11.4-27.9c.4.1.7.1 1.1.1.4 0 .8-.1 1.1-.1l11.4 27.9h1.9L35.6 30.2" }),
React.createElement("path", { d: "M33.6 24.3h-3.1l.7 35.5h1.7z" })),
React.createElement("g", { fill: "#333" },
React.createElement("path", { d: "M31.2 59.8l.1 2.2h1.5l.1-2.2z" }),
React.createElement("ellipse", { cx: "32", cy: "27.6", rx: "5.1", ry: "5.1" })),
React.createElement("circle", { cx: "32", cy: "27.6", r: "3.8", fill: "#fff" }),
React.createElement("g", { fill: "#333" },
React.createElement("path", { d: "M26.1 5.5c-.4-.1-.7.1-.8.4L24.1 11c-.1.4.1.7.5.8L34.7 14c.4.1.7-.2.8-.5l.9-3.5c.1-.4-.1-.8-.5-.9l-9.8-3.6M26 18.7c-.5-.2-.9.1-1 .5l-1.6 6.6c-.1.5.2.9.6 1l13 2.8c.5.1.9-.2 1.1-.7l1.1-4.5c.1-.5-.2-1-.6-1.1L26 18.7" })),
React.createElement("path", { fill: "#dfe9ef", d: "M43.1 16.3l-2.8 11.2L58.9 32l2.4-9.5z" }),
React.createElement("path", { d: "M57.5 16.9c-.5-.1-1 .2-1.1.7l-1.1 4.5c-.1.5-.6.8-1.1.7l-3.2-.6c-.5-.1-1.1.2-1.2.7l-.5 1.4c-.2.5.1 1 .6 1.1l6.6 1.5c.5.1 1-.2 1.1-.7l1.8-7.9c.1-.5-.2-1-.7-1.1l-1.2-.3", fill: "#333" }),
React.createElement("path", { fill: "#dfe9ef", d: "M11.1 2.9l-4.8 19 33.6 7.2 3.6-14.3z" }),
React.createElement("g", { fill: "#333" },
React.createElement("path", { d: "M43.5 14.8l-2.2-.8c1.2.4 1.4 4 .4 7.9-1 3.9-2.8 7-4 6.7l2.2.5c1.2.4 3-2.6 4-6.5 1-4 .8-7.4-.4-7.8M11.1 2.9l-3-.9c-1.6-.5-4 3.4-5.3 8.7-1.3 5.3-1 9.9.6 10.4l2.9.9c1.6.5 4-3.4 5.3-8.7 1.3-5.3 1.1-9.9-.5-10.4" })),
React.createElement("path", { d: "M8.7 12.4C9.8 8 9.8 4 8.8 2.6c-1.6.6-3.5 4.1-4.6 8.6-1.1 4.4-1.1 8.4-.1 9.8 1.6-.6 3.5-4.1 4.6-8.6", fill: "#29abe2" }),
React.createElement("g", { fill: "#333" },
React.createElement("path", { d: "M61.3 22.5l-1.7-.6c.8.2 1.1 2.7.4 5.3-.7 2.6-2 4.6-2.8 4.4l1.7.4c.8.2 2-1.7 2.7-4.3.6-2.6.5-5-.3-5.2" }),
React.createElement("circle", { cx: "46.8", cy: "20.5", r: ".9" })));
exports.default = Svg1f52d;