iconista
Version:
Thousands of SVG icons with one React component
18 lines (17 loc) • 1.81 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 Svg262e = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { d: "M9.7 12h8.5c3.2-2.2 7-3.7 11.1-4.2V12h5.6V7.8c4.1.5 7.8 2 11.1 4.2h8.5C48.8 5.9 40.9 2 32 2S15.2 5.9 9.7 12", fill: "#66b0dd" }),
React.createElement("g", { fill: "#c7e755" },
React.createElement("path", { d: "M54.2 22h6.1c-1.3-3.7-3.4-7.1-5.9-10h-8.5c3.6 2.5 6.5 6 8.3 10M18.1 12H9.7c-2.6 2.9-4.7 6.3-6 10h6.1c1.8-4 4.7-7.5 8.3-10M29.2 12h5.6v10h-5.6z" })),
React.createElement("g", { fill: "#ffe75a" },
React.createElement("path", { d: "M29.2 30.6L27.8 32h8.4l-1.4-1.4V22h-5.6zM56.4 32H62c0-3.5-.6-6.9-1.7-10h-6.1c1.4 3.1 2.2 6.4 2.2 10M3.7 22C2.6 25.1 2 28.5 2 32h5.6c0-3.6.8-6.9 2.2-10H3.7z" })),
React.createElement("g", { fill: "#eda454" },
React.createElement("path", { d: "M56.4 32c0 3.6-.8 6.9-2.2 10h6.1c1.1-3.1 1.7-6.5 1.7-10h-5.6M17.8 42h7.9l3.5-3.4V42h5.6v-3.4l3.5 3.4h7.9l-10-10h-8.4zM9.8 42c-1.4-3.1-2.2-6.4-2.2-10H2c0 3.5.6 6.9 1.7 10h6.1" })),
React.createElement("g", { fill: "#ed5181" },
React.createElement("path", { d: "M29.2 42h5.6v10h-5.6zM46.2 42h-8l9 9c-.4.4-.9.7-1.3 1h8.4c2.6-2.9 4.6-6.3 5.9-10h-6.1c-.8 1.8-1.8 3.5-3 5l-4.9-5M25.7 42h-8l-5 5c-1.2-1.5-2.2-3.2-3-5h-6c1.3 3.7 3.4 7.1 5.9 10H18c-.5-.3-.9-.7-1.3-1l9-9" })),
React.createElement("path", { d: "M54.3 52h-8.4c-3.2 2.2-7 3.7-11.1 4.2V52h-5.6v4.2c-4.1-.5-7.9-2-11.1-4.2H9.7c5.5 6.1 13.5 10 22.3 10 8.9 0 16.8-3.9 22.3-10", fill: "#a374b8" }));
exports.default = Svg262e;