UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 880 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 Svg2650 = (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: "#428bc1" }), React.createElement("path", { d: "M48 17.4s0 0 0 0c-.1-.8-.6-1.4-1.4-1.4H32c-1.9 0-1.9 2.9 0 2.9h11L24.7 37.2 18.5 31c-1.3-1.3-3.4.7-2.1 2.1l6.2 6.2-6.2 6.2c-.4.5-.5 1.1-.2 1.5.2.5.6.8 1.2.9h.4c.1 0 .1 0 .2-.1.1 0 .1-.1.2-.1.1-.1.2-.1.2-.2l6.2-6.2 6.2 6.2c1.3 1.3 3.4-.7 2.1-2.1l-6.2-6.2c6.2-6 12.3-12.1 18.4-18.2v11c0 1.9 2.9 1.9 2.9 0V17.4z", fill: "#fff", stroke: "#fff", strokeMiterlimit: "10" })); exports.default = Svg2650;