iconista
Version:
Thousands of SVG icons with one React component
19 lines (18 loc) • 1.78 kB
JavaScript
"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 Svg1f1ed1f1f2 = (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 2v30H2c0 16.6 13.4 30 30 30s30-13.4 30-30S48.6 2 32 2z" }),
React.createElement("path", { d: "M12 12h21v21H12z" })),
React.createElement("g", { fill: "#fff" },
React.createElement("path", { d: "M18.9 8.1V14h-7.3L26 32h6v-7.5z" }),
React.createElement("path", { d: "M11 18.9H5c-1.9 4-3 8.4-3 13.1h12V13.9h-3v5" })),
React.createElement("path", { fill: "#ed4c5c", d: "M32 27.1L19 11h-6l17 21h2z" }),
React.createElement("path", { d: "M18.9 5v6H11v3h21V2c-4.7 0-9.1 1.1-13.1 3z", fill: "#fff" }),
React.createElement("path", { d: "M32 5H18.9c-6 2.9-11 7.9-13.9 13.9V32h6V11h21V5z", fill: "#ed4c5c" }),
React.createElement("g", { fill: "#fff" },
React.createElement("path", { d: "M15.3 35.6l1.1 4.4 4.1-1.9-2.7 3.6 4 2.1-4.5.1.9 4.4-2.9-3.4-2.9 3.4.9-4.4-4.5-.1 4-2.1-2.7-3.6 4.1 1.9zM48.2 18.7l.5 1.9 1.7-.8-1.1 1.5 1.7.9h-2l.4 1.9-1.2-1.5-1.2 1.5.4-1.9h-2l1.7-.9-1.1-1.5 1.7.8zM56.5 26.3l.5 1.9 1.7-.8-1.1 1.5 1.7.9h-1.9l.3 1.9-1.2-1.5-1.2 1.5.4-1.9h-1.9l1.7-.9-1.2-1.5 1.7.8zM38.8 28.8l.5 1.9 1.8-.8-1.2 1.5 1.7.9h-1.9l.4 1.9-1.3-1.5-1.2 1.5.4-1.9h-1.9l1.7-.9-1.2-1.5 1.8.8zM48.2 43.6l.5 1.9 1.7-.8-1.1 1.5 1.7.9-2 .1.4 1.8-1.2-1.4L47 49l.4-1.8-2-.1 1.7-.9-1.1-1.5 1.7.8zM51.9 34l.4 1.1h1.1l-.9.6.4 1.1-1-.7-.9.7.4-1.1-.9-.6h1.1z" })));
exports.default = Svg1f1ed1f1f2;