UNPKG

iconista

Version:

Thousands of SVG icons with one React component

16 lines (15 loc) 1.25 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 Svg1f1f71f1ea = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props }, React.createElement("path", { fill: "#2a5f9e", d: "M14 8v48l24-24z" }), React.createElement("path", { d: "M56 14C50.5 6.7 41.8 2 32 2c-6.8 0-13 2.2-18 6l24 24 18-18", fill: "#ffce31" }), React.createElement("path", { d: "M56 50c3.8-5 6-11.2 6-18 0-6.8-2.2-13-6-18L38 32l18 18", fill: "#ed4c5c" }), React.createElement("path", { d: "M38 32L14 56c5 3.8 11.2 6 18 6 9.8 0 18.5-4.7 24-12L38 32z", fill: "#699635" }), React.createElement("path", { d: "M6 17c-2.5 4.4-4 9.5-4 15s1.5 10.6 4 15V17", fill: "#2a5f9e" }), React.createElement("path", { d: "M6 17v30c1.1 2 2.5 3.8 4 5.4V11.6c-1.5 1.7-2.9 3.5-4 5.4", fill: "#fff" }), React.createElement("path", { d: "M10 11.6v40.8c1.2 1.3 2.6 2.5 4 3.6V8c-1.4 1.1-2.8 2.3-4 3.6", fill: "#ed4c5c" }), React.createElement("circle", { cx: "38", cy: "32", r: "12", fill: "#fff" })); exports.default = Svg1f1f71f1ea;