UNPKG

iconista

Version:

Thousands of SVG icons with one React component

11 lines (10 loc) 783 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 Svg1f6c3 = (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: "M17.4 43.5h14v6h-14zM11.4 29.5h6v14h-6zM37.2 22c0 4.8 9.6 4.8 9.6 0v-4.8h-9.6l-3.8 2.9h3.8V22M46.7 16.3v-3.8H36.2l1 3.8zM33.8 42.1l14.4-14.4H33.8L20.3 41.8H26l7.8-8.2zM33.8 44.5h16.8v5H33.8zM35.5 42.8h15.1V27.7z" }))); exports.default = Svg1f6c3;