UNPKG

iconista

Version:

Thousands of SVG icons with one React component

13 lines (12 loc) 1.34 kB
"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 Svg1f6b1 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props }, React.createElement("circle", { cx: "32", cy: "32", r: "30", fill: "#ff5a79" }), React.createElement("circle", { cx: "32", cy: "32", r: "24", fill: "#333" }), React.createElement("g", { fill: "#fff" }, React.createElement("path", { d: "M35.3 26.1v-.8h-5.8v.8c0 .4-.3.8-.8.8h-3.8c-1.8 0-3.2 1.4-3.2 3.2v3.8H26v-1.3c0-.7.6-1.3 1.3-1.3h.5c.2 0 .4.2.5.3.8 1.4 2.3 2.3 4 2.3 1.7 0 3.2-.9 4-2.4.1-.1.3-.3.5-.3h3.7v-4.3H36c-.4-.1-.7-.4-.7-.8M26.6 19.3h1.2c.5 0 1-.1 3.4-.1.1.1.2.3.4.4v1.7h-.8c-.4 0-.8.3-.8.8s.3.8.8.8H35c.4 0 .8-.3.8-.8s-.3-.8-.8-.8h-.8v-1.7l.4-.4c2.4 0 2.9.1 3.4.1h1.2c.8 0 1.4-.6 1.4-1.4s-.6-1.4-1.4-1.4H38c-.5 0-1 .1-3.4.1-.4-.5-1-.8-1.7-.8s-1.3.3-1.7.8c-2.4 0-2.9-.1-3.4-.1h-1.2c-.8 0-1.4.6-1.4 1.4s.6 1.4 1.4 1.4M42.2 25.3h1.7v6.8h-1.7zM21.2 46.6h6.3l1.1-10.2H20l1.2 10.2m6.3-6.5h-6.3l-.3-3h7l-.4 3" })), React.createElement("path", { fill: "#ff5a79", d: "M9.23 13.474l4.243-4.243 41.295 41.295-4.243 4.242z" })); exports.default = Svg1f6b1;