UNPKG

iconista

Version:

Thousands of SVG icons with one React component

14 lines (13 loc) 1.07 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 Svg1f1e61f1ec = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props }, React.createElement("path", { d: "M56 14H8c-3.8 5-6 11.2-6 18 0 16.6 13.4 30 30 30s30-13.4 30-30c0-6.8-2.2-13-6-18", fill: "#ed4c5c" }), React.createElement("path", { fill: "#42ade2", d: "M20.5 39h23l7-14h-37z", id: "a" }), React.createElement("use", { href: "#a" }), React.createElement("path", { d: "M50.5 25L56 14C50.5 6.7 41.8 2 32 2S13.5 6.7 8 14l5.5 11h37z", fill: "#3e4347" }), React.createElement("path", { fill: "#fff", d: "M20.5 39L32 62l11.5-23z" }), React.createElement("path", { fill: "#ffce31", d: "M36.2 22.2l5-6.4-6.4 5.1L37 13l-4 7.1-.9-8.1-1.1 8.1-3.9-7.1 2.1 7.8-6.4-5 5.1 6.4L20 20l7.1 4-8.1.9.4.1h25.2l-7.7-1 7.1-3.9z" })); exports.default = Svg1f1e61f1ec;