UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 630 B
"use strict"; 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 Svg1f1ee1f1e9 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props }, React.createElement("path", { d: "M31.8 62c16.6 0 30-13.4 30-30h-60c0 16.6 13.4 30 30 30", fill: "#f9f9f9" }), React.createElement("path", { d: "M31.8 2c-16.6 0-30 13.4-30 30h60c0-16.6-13.4-30-30-30", fill: "#ed4c5c" })); exports.default = Svg1f1ee1f1e9;