iconista
Version:
Thousands of SVG icons with one React component
12 lines (11 loc) • 878 B
JavaScript
;
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 Svg1f6c2 = (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: "M34.3 23c0 4.8 9.6 4.8 9.6 0v-4.8h-9.6l-3.8 2.9h3.8V23M43.8 17.3v-3.8H33.3l1 3.8zM24.6 25.6l-10.3-2.2v9.9l10.3 2.1zM24.6 19.1l-10.3 2.1 10.3 2.2z" }),
React.createElement("path", { d: "M30.9 43.1l14.4-14.4H30.9l-6.7 11.9-1.9-3.4h-5.7l4.8 8.6h5.7l3.8-6.9zM32.6 43.8h15.1V28.7zM30.9 45.5h16.8v5H30.9z" })));
exports.default = Svg1f6c2;