UNPKG

iconista

Version:

Thousands of SVG icons with one React component

11 lines (10 loc) 838 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 Svg1f6be = (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: "M15.6 45L11 19h4l2.9 17.9L21.4 19H26l3.4 18.2L32.3 19h3.9l-4.7 26h-4.1l-3.8-19.4L19.8 45h-4.2zM46 41.3c-1.9 0-3.5-1.7-3.5-3.7V26.4c0-2 1.6-3.7 3.5-3.7s3.5 1.7 3.5 3.7H53c0-4.1-3.1-7.4-7-7.4s-7 3.3-7 7.4v11.1c0 4.1 3.1 7.4 7 7.4s7-3.3 7-7.4h-3.5c0 2.1-1.6 3.8-3.5 3.8" }))); exports.default = Svg1f6be;