UNPKG

iconista

Version:

Thousands of SVG icons with one React component

14 lines (13 loc) 1.11 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 Svg1f1e81f1fa = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props }, React.createElement("g", { fill: "#f9f9f9" }, React.createElement("path", { d: "M10.8 26h50.6c-.9-4.4-2.8-8.5-5.4-12H10.8v12M10.8 38v12H56c2.6-3.5 4.5-7.6 5.4-12H10.8z" })), React.createElement("g", { fill: "#428bc1" }, React.createElement("path", { d: "M61.4 26H10.8v12h50.6c.4-1.9.6-3.9.6-6s-.2-4.1-.6-6M10.8 14H56C50.5 6.7 41.8 2 32 2c-8.3 0-15.8 3.4-21.2 8.8V14M10.8 50v3.2C16.2 58.6 23.7 62 32 62c9.8 0 18.5-4.7 24-12H10.8z" })), React.createElement("path", { d: "M10.8 10.8C5.4 16.2 2 23.7 2 32s3.4 15.8 8.8 21.2L32 32 10.8 10.8z", fill: "#ed4c5c" }), React.createElement("path", { fill: "#f9f9f9", d: "M10 38l4-2.8 4 2.8-1.5-4.6 4-2.9h-5L14 26l-1.5 4.5h-5l4 2.9z" })); exports.default = Svg1f1e81f1fa;