iconista
Version:
Thousands of SVG icons with one React component
12 lines (11 loc) • 913 B
JavaScript
"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 Svg1f507 = (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: "#ff5a79" }),
React.createElement("circle", { cx: "32", cy: "32", r: "24", fill: "#333" }),
React.createElement("path", { d: "M41.5 28.1V13.9c0-.5-.4-.9-.9-.9s-.9.4-.9.9v.5l-14.1 9.9h-6.2c-1.2 0-2.3.9-2.3 2.1V37.7c0 1.2 1 2.1 2.3 2.1h6.2l14.1 9.9v.5c0 .5.4.9.9.9s.9-.4.9-.9V36c2.3 0 4.2-1.7 4.2-3.9s-1.9-4-4.2-4", fill: "#fff" }),
React.createElement("path", { fill: "#ff5a79", d: "M9.23 13.474l4.243-4.242 41.294 41.294-4.242 4.243z" }));
exports.default = Svg1f507;