iconista
Version:
Thousands of SVG icons with one React component
12 lines (11 loc) • 754 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 Svg1f1f91f1f4 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { d: "M26 2.6C12.3 5.4 2 17.5 2 32h24V2.6z", fill: "#f9f9f9" }),
React.createElement("g", { fill: "#c94747" },
React.createElement("path", { d: "M32 2c-2.1 0-4.1.2-6 .6V32H2c0 16.6 13.4 30 30 30s30-13.4 30-30S48.6 2 32 2z" }),
React.createElement("path", { d: "M22 18h-5v-5h-4v5H8v4h5v5h4v-5h5z" })));
exports.default = Svg1f1f91f1f4;