UNPKG

iconista

Version:

Thousands of SVG icons with one React component

12 lines (11 loc) 1.02 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 Svg1f4f5 = (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("path", { d: "M37.8 15H26.2c-2.1 0-3.8 1.7-3.8 3.8v26.4c0 2.1 1.7 3.8 3.8 3.8h11.5c2.1 0 3.8-1.7 3.8-3.8V18.8c.1-2.1-1.6-3.8-3.7-3.8m-7.7 1.4h3.8c.3 0 .5.2.5.5s-.2.5-.5.5h-3.8c-.3 0-.5-.2-.5-.5s.3-.5.5-.5M32 47.1c-.6 0-1.2-.5-1.2-1.1s.5-1.1 1.2-1.1c.6 0 1.2.5 1.2 1.1s-.6 1.1-1.2 1.1m7.7-4.1H24.3V18.8h15.4V43", fill: "#fff" }), React.createElement("path", { fill: "#ff5a79", d: "M9.23 13.474l4.243-4.243 41.295 41.295-4.243 4.242z" })); exports.default = Svg1f4f5;