UNPKG

iconista

Version:

Thousands of SVG icons with one React component

12 lines (11 loc) 925 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 Svg26ce = (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: "#c28fef" }), React.createElement("g", { fill: "#fff" }, React.createElement("path", { d: "M32 54c-9.4 0-17-7.6-17-17V14h6v23c0 6.1 4.9 11 11 11s11-4.9 11-11V14h6v23c0 9.4-7.6 17-17 17" }), React.createElement("path", { d: "M56 22c-2.6 4.1-6.1 6-8.4 7.2-3.5 2-7.9-.2-11.7-2.1-1.2-.6-2.3-1.1-3.3-1.5-10.9-4.2-19.1-.5-24.6 4.9V38c3.6-4.8 12.1-10.3 22.5-6.2.8.3 1.8.8 2.8 1.3 4 2 9.2 4.6 14.5 3 .8-.2 1.7-.6 2.5-1.1 2-1.2 4-2.1 5.6-4.5L56 22" }))); exports.default = Svg26ce;