UNPKG

iconista

Version:

Thousands of SVG icons with one React component

12 lines (11 loc) 868 B
"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 Svg1f234 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props }, React.createElement("path", { d: "M62 52c0 5.5-4.5 10-10 10H12C6.5 62 2 57.5 2 52V12C2 6.5 6.5 2 12 2h40c5.5 0 10 4.5 10 10v40z", fill: "#ff5a79" }), React.createElement("g", { fill: "#fff" }, React.createElement("path", { d: "M32 12S22 20.6 9.8 26.6l3.2 6.1s7.9-2.6 19-11.5c11.1 8.9 19 11.5 19 11.5l3.2-6.1C42 20.6 32 12 32 12z" }), React.createElement("path", { d: "M20.9 29.5h22.3v5.1H20.9zM16 36.8V52h32V36.8H16m25.6 9.8H22.4v-4.3h19.1l.1 4.3" }))); exports.default = Svg1f234;