iconista
Version:
Thousands of SVG icons with one React component
14 lines (13 loc) • 1.11 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 Svg1f6af = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("circle", { cx: "32", cy: "32.1", r: "30", fill: "#ff5a79" }),
React.createElement("circle", { cx: "32", cy: "32.1", r: "24", fill: "#333" }),
React.createElement("g", { fill: "#fff" },
React.createElement("path", { d: "M32.6 20.5h2.6c1 0 1.7-.6 1.7-1.4v-3.4c0-.8-.8-1.4-1.7-1.4h-2.6c-1 0-1.7.6-1.7 1.4v3.4c0 .7.8 1.4 1.7 1.4M39.5 22H28c-.8 0-1.5.5-1.5 1.2V29l-3.7 3v1.3l5.8-2.9.7-6V50h3l1.5-11.6L35.3 50h3V24.3l1.3 11.6H41V23.2c0-.7-.7-1.2-1.5-1.2M20 34.3h2.8v3.8H20z" }),
React.createElement("path", { d: "M23.8 38.9h2.8v3.8h-2.8zM19.2 43.2H22V47h-2.8z" })),
React.createElement("path", { fill: "#ff5a79", d: "M9.263 13.592l4.243-4.243L54.8 50.644l-4.242 4.243z" }));
exports.default = Svg1f6af;