UNPKG

iconista

Version:

Thousands of SVG icons with one React component

13 lines (12 loc) 924 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 Svg267f = (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: "#4fd1d9" }), React.createElement("g", { fill: "#fff" }, React.createElement("path", { d: "M48.7 43l-2.5 2.7-6-9.2H33v-4.1h8v-4.2h-8V20h-4v20.6h9.1L45.5 52l5.5-5.6z" }), React.createElement("circle", { cx: "31", cy: "13", r: "4" }), React.createElement("path", { d: "M29.4 48.9c-4.5 0-8.2-3.7-8.2-8.2 0-3 1.7-5.7 4.1-7.1V29c-4.8 1.7-8.2 6.3-8.2 11.6C17 47.5 22.6 53 29.4 53c3.9 0 7.4-1.8 9.6-4.6l-2.5-3.7c-1.4 2.5-4.1 4.2-7.1 4.2" }))); exports.default = Svg267f;