iconista
Version:
Thousands of SVG icons with one React component
13 lines (12 loc) • 974 B
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 Svg1f1e81f1f7 = (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: "M52.4 10C47 5 39.9 2 32 2c-7.9 0-15 3-20.4 8h40.8zM11.6 54c5.4 5 12.5 8 20.4 8 7.9 0 15-3 20.4-8H11.6" })),
React.createElement("path", { d: "M2 32c0 4.3.9 8.3 2.5 12h55c1.6-3.7 2.5-7.7 2.5-12s-.9-8.3-2.5-12h-55C2.9 23.7 2 27.7 2 32", fill: "#c94747" }),
React.createElement("g", { fill: "#f9f9f9" },
React.createElement("path", { d: "M11.6 54h40.7c3-2.8 5.5-6.2 7.1-10h-55c1.8 3.8 4.2 7.2 7.2 10M52.4 10H11.6c-3 2.8-5.5 6.2-7.1 10h55c-1.7-3.8-4.1-7.2-7.1-10" })));
exports.default = Svg1f1e81f1f7;