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 Svg264a = (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: "#ff8736" }), React.createElement("path", { d: "M50 46c-4.1-1.1-8.3-1.9-12.5-2.2V20.2c4.2-.3 8.4-1.1 12.5-2.2 1.8-.5 1.1-3.4-.8-2.9-11.2 3.1-23.1 3.1-34.3 0-1.9-.5-2.7 2.4-.9 2.9 4 1.1 8.2 1.8 12.3 2.2v23.6c-4.2.3-8.3 1.1-12.3 2.2-1.8.5-1.1 3.4.8 2.9 11.2-3.1 23.1-3.1 34.3 0 1.9.6 2.7-2.4.9-2.9zm-20.7-2.4V20.4c1.7.1 3.5.1 5.2 0v23.2c-1.7-.1-3.4-.1-5.2 0z", fill: "#fff", stroke: "#fff", strokeMiterlimit: "10" })); exports.default = Svg264a;