iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 621 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 Svg1f1f51f1f1 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { d: "M32 2c16.6 0 30 13.4 30 30H2C2 15.4 15.4 2 32 2z", fill: "#f9f9f9" }),
React.createElement("path", { d: "M32 62C15.4 62 2 48.6 2 32h60c0 16.6-13.4 30-30 30", fill: "#ed4c5c" }));
exports.default = Svg1f1f51f1f1;