UNPKG

iconista

Version:

Thousands of SVG icons with one React component

11 lines (10 loc) 759 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 Svg00ae = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props }, React.createElement("g", { fill: "#4d5357" }, React.createElement("path", { d: "M32 2C18.2 2 7 13.2 7 27s11.2 25 25 25 25-11.2 25-25S45.8 2 32 2m0 45c-11 0-20-9-20-20S21 7 32 7s20 9 20 20-9 20-20 20" }), React.createElement("path", { d: "M32.3 14H23v26h4.2v-7.7h7l4.4 7.7H43l-5-9c7.7-3.4 7.7-17-5.7-17m.5 15h-5.6V17.3h5.6c8.8 0 8.8 11.7 0 11.7" }))); exports.default = Svg00ae;