UNPKG

iconista

Version:

Thousands of SVG icons with one React component

11 lines (10 loc) 859 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 Svg1f501 = (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: "M49.4 29l-5.3 3.1v.4c0 2.7-2.2 4.9-4.8 4.9H27.6v-3.8L16 40.2 27.6 47v-3.8h11.7c2.8 0 5.5-1.1 7.5-3.1s3.1-4.7 3.1-7.6c.1-1.3-.1-2.4-.5-3.5M19.8 31.5c0-2.7 2.2-4.9 4.8-4.9h11.8v3.8L48 23.8 36.4 17v3.8H24.6c-2.8 0-5.5 1.1-7.5 3.1S14 28.6 14 31.5c0 1.2.2 2.4.6 3.5l5.3-3.1c-.1-.1-.1-.2-.1-.4" }))); exports.default = Svg1f501;