UNPKG

iconista

Version:

Thousands of SVG icons with one React component

15 lines (14 loc) 1.67 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 Svg1f1e81f1fb = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props }, React.createElement("g", { fill: "#2a5f9e" }, React.createElement("path", { d: "M32 62c9.8 0 18.5-4.7 24-12H8c5.5 7.3 14.2 12 24 12M32 2C15.4 2 2 15.4 2 32h60C62 15.4 48.6 2 32 2z" })), React.createElement("path", { d: "M61.4 38c.4-1.9.6-3.9.6-6H2c0 2.1.2 4.1.6 6h58.8", fill: "#fff" }), React.createElement("path", { d: "M4.5 44h55c.8-1.9 1.5-3.9 1.9-6H2.6c.4 2.1 1.1 4.1 1.9 6", fill: "#ed4c5c" }), React.createElement("path", { d: "M4.5 44c.9 2.1 2.1 4.2 3.5 6h48c1.4-1.8 2.6-3.9 3.5-6h-55", fill: "#fff" }), React.createElement("g", { fill: "#ffce31" }, React.createElement("path", { d: "M25 26.1l1.2.9-.4-1.5 1.2-1h-1.5L25 23l-.5 1.5H23l1.2 1-.4 1.5zM25 56.1l1.2.9-.4-1.5 1.2-1h-1.5L25 53l-.5 1.5H23l1.2 1-.4 1.5zM36 36.1l1.2.9-.4-1.5 1.2-1h-1.5L36 33l-.5 1.5H34l1.2 1-.4 1.5zM18 29.1l1.2.9-.4-1.5 1.2-1h-1.5L18 26l-.5 1.5H16l1.2 1-.4 1.5zM32 29.1l1.2.9-.4-1.5 1.2-1h-1.5L32 26l-.5 1.5H30l1.2 1-.4 1.5zM13 36.1l1.2.9-.4-1.5 1.2-1h-1.5L13 33l-.5 1.5H11l1.2 1-.4 1.5zM36 48.1l1.2.9-.4-1.5 1.2-1h-1.5L36 45l-.5 1.5H34l1.2 1-.4 1.5zM13 48.1l1.2.9-.4-1.5 1.2-1h-1.5L13 45l-.5 1.5H11l1.2 1-.4 1.5zM31 54.1l1.2.9-.4-1.5 1.2-1h-1.5L31 51l-.5 1.5H29l1.2 1-.4 1.5zM18 54.1l1.2.9-.4-1.5 1.2-1h-1.5L18 51l-.5 1.5H16l1.2 1-.4 1.5z" }))); exports.default = Svg1f1e81f1fb;