UNPKG

iconista

Version:

Thousands of SVG icons with one React component

12 lines (11 loc) 829 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 Svg1f6ae = (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: "M28 38l-1 10h-8l-1-10h-2v13h14V38z" }), React.createElement("path", { d: "M20 37l3-3 3 4-4 2zM45 23H33c-1 0-2 1-2 2l-1 4-5 3 1 2 6-2 2-5 1 24h3l1-13 1 13h3l1-24 1 9h3l-1-11c0-1-1-2-2-2M43 19c0 1-1 2-2 2h-4c-1 0-2-1-2-2v-4c0-1 1-2 2-2h4c1 0 2 1 2 2v4" }))); exports.default = Svg1f6ae;