iconista
Version:
Thousands of SVG icons with one React component
11 lines (10 loc) • 841 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 Svg1f1e91f1f0 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("g", { fill: "#ed4c5c" },
React.createElement("path", { d: "M61.2 25C58 11.8 46.2 2 32 2h-1v23h30.2M17 6C10 10.1 4.8 16.9 2.8 25H17V6M2.8 39c2 8.1 7.2 14.9 14.2 19V39H2.8zM31 62h1c14.2 0 26-9.8 29.2-23H31v23" })),
React.createElement("path", { d: "M61.2 25H31V2c-5.1.2-9.9 1.6-14 4v19H2.8c-.5 2.2-.8 4.6-.8 7s.3 4.8.8 7H17v19c4.1 2.4 8.9 3.8 14 4V39h30.2c.5-2.2.8-4.6.8-7s-.3-4.8-.8-7", fill: "#fff" }));
exports.default = Svg1f1e91f1f0;