UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 759 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 Svg1f1e71f1ed = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props }, React.createElement("path", { d: "M26.8 61.5L36 56l-10-6 10-6-10-6 10-6-10-6 10-6-10-6 10-6-9.2-5.5C12.7 4.9 2 17.2 2 32s10.7 27.1 24.8 29.5z", fill: "#f9f9f9" }), React.createElement("path", { d: "M32 2c-1.8 0-3.5.2-5.2.5L36 8l-10 6 10 6-10 6 10 6-10 6 10 6-10 6 10 6-9.2 5.5c1.7.3 3.4.5 5.2.5 16.6 0 30-13.4 30-30S48.6 2 32 2", fill: "#c94747" })); exports.default = Svg1f1e71f1ed;