UNPKG

iconista

Version:

Thousands of SVG icons with one React component

11 lines (10 loc) 848 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 Svg1f1e81f1ec = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props }, React.createElement("path", { d: "M57 15.5h-8.5l-33 33V57c4.7 3.1 10.4 5 16.5 5 16.6 0 30-13.4 30-30 0-6.1-1.8-11.8-5-16.5", fill: "#ed4c5c" }), React.createElement("path", { d: "M32 2C15.4 2 2 15.4 2 32c0 6.1 1.8 11.8 5 16.5h8.5l33.1-33.1V7C43.8 3.8 38.1 2 32 2z", fill: "#75a843" }), React.createElement("path", { d: "M7 48.5c1.1 1.7 2.4 3.2 3.8 4.7 1.4 1.4 3 2.7 4.7 3.8L57 15.5A28.7 28.7 0 0 0 48.5 7L7 48.5z", fill: "#ffe62e" })); exports.default = Svg1f1e81f1ec;