iconista
Version:
Thousands of SVG icons with one React component
20 lines (19 loc) • 2.29 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 Svg26b1 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { d: "M45.4 55.1c0 .1-26.8.1-26.8 0-.9 1-1.2 2-1 2.3.5.8 1.2 1.5 2 2C23 61.8 28.9 62 32 62s9-.2 12.4-2.6c.8-.6 1.5-1.2 2-2 .2-.4-.1-1.3-1-2.3", fill: "#ffd85c" }),
React.createElement("path", { d: "M42.4 52.9H21.6c-1.4.6-2.4 1.4-3 2.2 0 .1.3 1.1 1.8 2.1 1.7 1.2 5.1 2.6 11.6 2.6s9.9-1.3 11.6-2.6c1.5-1.1 1.7-2.1 1.8-2.1-.7-.8-1.6-1.6-3-2.2", fill: "#cf4d4d" }),
React.createElement("path", { d: "M23.1 54.1c1.4.7 4 1.5 8.9 1.5 4.4 0 7-.7 8.5-1.3 1.5-.7 1.9-1.4 1.9-1.4V52H21.6v.9s.3.6 1.5 1.2", fill: "#ffd85c" }),
React.createElement("path", { d: "M51.8 23.1c-.5-4.4-7-5.9-7-5.9H19.2s-6.5 1.6-7 5.9C10.4 38.4 21.6 52 21.6 52s.5.4 1.5.8c1.6.7 4.5 1.6 8.9 1.6 4.1 0 6.8-.7 8.5-1.4 1.3-.5 1.9-1 1.9-1s11.2-13.6 9.4-28.9", fill: "#cf4d4d" }),
React.createElement("path", { d: "M19.2 16.2v1s.4.2 1.7.5c1.7.3 5.1.8 11.1.8s9.4-.5 11.1-.9c1.2-.3 1.7-.5 1.7-.5v-1H19.2z", fill: "#ffd85c" }),
React.createElement("path", { d: "M41.2 13.4V10c0-.7.3-1.6 1.9-2.3H20.9c1.6.7 1.9 1.6 1.9 2.3v3.4c0 1.5-3.6 2.7-3.6 2.7s.4.2 1.7.5c1.7.4 5.1.9 11.1.9s9.4-.5 11.1-.9c1.2-.3 1.7-.5 1.7-.5s-3.6-1.2-3.6-2.7", fill: "#cf4d4d" }),
React.createElement("g", { fill: "#ffd85c" },
React.createElement("path", { d: "M20.9 4.5v3.2s.5.1 1.5.2c1.8.2 5.1.5 9.7.5s7.9-.3 9.7-.5c1-.1 1.5-.2 1.5-.2V4.5H20.9M37 2.1C34.8 2 32 2 32 2s-2.8 0-5 .1c-.6 0-1.2.1-1.7.2v.5h13.3v-.5c-.4-.1-1-.2-1.6-.2" })),
React.createElement("path", { d: "M38.7 2.8H25.3c-2.8.3-4.5 1.7-4.5 1.7s.5.1 1.5.2c1.7.3 5 .6 9.7.6s8-.3 9.7-.5c1-.1 1.5-.2 1.5-.2s-1.8-1.5-4.5-1.8", fill: "#cf4d4d" }),
React.createElement("g", { fill: "#ffd85c" },
React.createElement("path", { d: "M33.5 48.8h-3c-.1-8-.1-16-.2-24.1h3.4c-.1 8.1-.1 16.1-.2 24.1" }),
React.createElement("path", { d: "M23.9 33.8c0-1.1-.1-2.1-.1-3.2 5.5.8 11.1.8 16.5 0 0 1.1-.1 2.1-.1 3.2-5.5.8-10.9.8-16.3 0" })));
exports.default = Svg26b1;