UNPKG

iconista

Version:

Thousands of SVG icons with one React component

12 lines (11 loc) 847 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 Svg1f251 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props }, React.createElement("path", { d: "M62 32c0 16.5-13.5 30-30 30S2 48.5 2 32 15.5 2 32 2s30 13.5 30 30z", fill: "#eda454" }), React.createElement("g", { fill: "#fff" }, React.createElement("path", { d: "M48 18v4.9h-3.6v21.3c0 2.7-.5 4.1-2.4 5-1.8.8-4.5.9-8.3.9-.2-1.5-1-3.7-1.7-5.1 2.6.2 5.4.2 6.2.1.8 0 1.1-.3 1.1-1V22.9H16V18h32" }), React.createElement("path", { d: "M19 26.5v17h4.6v-2.7H35V26.5H19m11.1 9.9h-6.4v-5.5h6.4v5.5" }))); exports.default = Svg1f251;