UNPKG

iconista

Version:

Thousands of SVG icons with one React component

16 lines (15 loc) 1.47 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 Svg1f1f01f1f2 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props }, React.createElement("path", { d: "M11 48v5.4c5.4 5.3 12.8 8.6 21 8.6 10.7 0 20.1-5.6 25.4-14H11z", fill: "#428bc1" }), React.createElement("path", { d: "M11 32v16h46.4c2.9-4.6 4.6-10.1 4.6-16H11", fill: "#ed4c5c" }), React.createElement("path", { d: "M11 32h51c0-5.9-1.7-11.4-4.6-16H11v16z", fill: "#fff" }), React.createElement("path", { d: "M11 16h46.4C52.1 7.6 42.7 2 32 2c-8.2 0-15.6 3.3-21 8.6V16", fill: "#ffce31" }), React.createElement("path", { d: "M11 10.6C5.5 16 2 23.6 2 32s3.5 16 9 21.4L32.4 32 11 10.6z", fill: "#75a843" }), React.createElement("g", { fill: "#f9f9f9" }, React.createElement("path", { d: "M18 41.8c-4.6-.9-8-5-8-9.8s3.4-8.9 8-9.8c-.6-.1-1.3-.2-2-.2-5.5 0-10 4.5-10 10s4.5 10 10 10c.7 0 1.4-.1 2-.2" }), React.createElement("path", { d: "M16.8 36l1.2-.9 1.2.9-.4-1.5 1.2-1h-1.5L18 32l-.5 1.5H16l1.2 1zM16.8 40l1.2-.9 1.2.9-.4-1.5 1.2-1h-1.5L18 36l-.5 1.5H16l1.2 1zM16.8 28l1.2-.9 1.2.9-.4-1.5 1.2-1h-1.5L18 24l-.5 1.5H16l1.2 1zM16.8 32l1.2-.9 1.2.9-.4-1.5 1.2-1h-1.5L18 28l-.5 1.5H16l1.2 1z" }))); exports.default = Svg1f1f01f1f2;