iconista
Version:
Thousands of SVG icons with one React component
12 lines (11 loc) • 893 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 Svg1f1e71f1fc = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { d: "M60.9 24C57.4 11.3 45.8 2 32 2S6.6 11.3 3.1 24v16C6.6 52.7 18.2 62 32 62c13.8 0 25.4-9.3 28.9-22V24", fill: "#b4d7ee" }),
React.createElement("g", { fill: "#fff" },
React.createElement("path", { d: "M61.6 27c-.2-1-.4-2-.7-3H3.1c-.3 1-.5 2-.7 3h59.2M2.4 37c.2 1 .4 2 .7 3h57.8c.3-1 .5-2 .7-3H2.4" })),
React.createElement("path", { d: "M2 32c0 1.7.1 3.4.4 5h59.2c.3-1.6.4-3.3.4-5s-.1-3.4-.4-5H2.4c-.3 1.6-.4 3.3-.4 5", fill: "#3e4347" }));
exports.default = Svg1f1e71f1fc;