iconista
Version:
Thousands of SVG icons with one React component
13 lines (12 loc) • 1.28 kB
JavaScript
;
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 Svg1f1f31f1f5 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { d: "M44.5 56.5L20 32h24L18.7 6.7h-2.8A29.87 29.87 0 0 0 2 32c0 16.6 13.4 30 30 30 4.4 0 8.7-1 12.5-2.7v-2.8z", fill: "#ed4c5c" }),
React.createElement("path", { d: "M32 2c-4.4 0-8.7 1-12.5 2.7v4.8l21 21h-21v3.2l23.6 23.6h5C56.5 52 62 42.6 62 32 62 15.4 48.6 2 32 2z", fill: "#f9f9f9" }),
React.createElement("path", { d: "M19.5 4.7c-1.3.6-2.5 1.2-3.7 2L39.2 30h-24l29.3 29.3c1.3-.6 2.5-1.2 3.7-2L24.8 34h24L19.5 4.7z", fill: "#428bc1" }),
React.createElement("g", { fill: "#fff" },
React.createElement("path", { d: "M19.6 21.8c.3-.5.4-1.2.4-1.8 0-2.2-1.8-4-4-4s-4 1.8-4 4c0 .7.2 1.3.4 1.8C10.5 21 9 20 9 20s1.5 6 7 6c5.6 0 7-6 7-6s-1.5 1-3.4 1.8M16 39.6l1.6-1.6.6 2.2 2.2-.6-.6 2.2 2.2.6-1.6 1.6 1.6 1.6-2.2.6.6 2.2-2.2-.6-.6 2.2-1.6-1.6-1.6 1.6-.6-2.2-2.2.6.6-2.2-2.2-.6 1.6-1.6-1.6-1.6 2.2-.6-.6-2.2 2.2.6.6-2.2z" })));
exports.default = Svg1f1f31f1f5;