UNPKG

iconista

Version:

Thousands of SVG icons with one React component

11 lines (10 loc) 869 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 Svg1f52f = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props }, React.createElement("g", { fill: "#c28fef" }, React.createElement("path", { d: "M50.3 32L60 16H40.5L32 2l-8.5 14H4l9.7 16L4 48h19.5L32 62l8.5-14H60l-9.7-16m.4-11l-3.5 5.9-3.6-5.9h7.1m-6.6 11l-6.6 11H26.4l-6.6-11 6.6-11h11.1l6.6 11M32 11.7l2.6 4.3h-5.1l2.5-4.3M13.3 21h7.2l-3.6 5.9-3.6-5.9m0 22l3.5-5.9 3.6 5.9h-7.1M32 52.3L29.4 48h5.1L32 52.3m15.2-15.2l3.5 5.9h-7.2l3.7-5.9" }), React.createElement("ellipse", { cx: "32", cy: "32", rx: "4.2", ry: "4.3" }))); exports.default = Svg1f52f;