UNPKG

iconista

Version:

Thousands of SVG icons with one React component

15 lines (14 loc) 1.41 kB
"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 Svg1f1e61f1fa = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props }, React.createElement("path", { d: "M32 2v10H12v20H2c0 16.6 13.4 30 30 30s30-13.4 30-30S48.6 2 32 2z", fill: "#2a5f9e" }), React.createElement("path", { d: "M32 2c-4.7 0-9.1 1.1-13.1 3v6H11v7.9H5c-1.9 4-3 8.4-3 13.1h12V17l12 15h6v-7.5L23.6 14H32V2z", fill: "#fff" }), React.createElement("g", { fill: "#ed4c5c" }, React.createElement("path", { d: "M15.4 14L30 32h2v-4.9L21.4 14z" }), React.createElement("path", { d: "M32 5H18.9c-6 2.9-11 7.9-13.9 13.9V32h6V11h21V5z" })), React.createElement("g", { fill: "#fff" }, React.createElement("path", { d: "M8 35.7l2.2-2.7-.7 3.5 3.5.1-3.1 1.6L12 41l-3.1-1.4L8 43l-.9-3.4L4 41l2.1-2.8L3 36.6l3.5-.1-.7-3.5zM52 20.2l1.8-2.2-.6 2.8 2.8.1-2.5 1.3 1.7 2.2-2.5-1.2L52 26l-.7-2.8-2.5 1.2 1.7-2.2-2.5-1.3 2.8-.1-.6-2.8zM52 40.2l1.8-2.2-.6 2.8 2.8.1-2.5 1.3 1.7 2.2-2.5-1.2L52 46l-.7-2.8-2.5 1.2 1.7-2.2-2.5-1.3 2.8-.1-.6-2.8zM42 26.2l1.8-2.2-.6 2.8 2.8.1-2.5 1.3 1.7 2.2-2.5-1.2L42 32l-.7-2.8-2.5 1.2 1.7-2.2-2.5-1.3 2.8-.1-.6-2.8z" }))); exports.default = Svg1f1e61f1fa;