iconista
Version:
Thousands of SVG icons with one React component
11 lines (10 loc) • 825 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 Svg1f504 = (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: "M27.3 20.1c1.5-.7 3.2-1 4.9-1 6.6 0 11.9 5.1 11.9 12H52c0-10.8-8.9-19.8-19.8-19.8-3.8 0-7.6 1.1-10.8 3.2L18 11v13.1h13.5l-4.2-4M36.5 42.6c-1.5.7-3.1 1-4.7 1-6.6 0-12-5.3-12-12.6H12c0 11.4 8.9 20.8 19.8 20.8 3.7 0 7.2-1.1 10.3-3.1L46 53V38.2H32.6l3.9 4.4" })));
exports.default = Svg1f504;