UNPKG

@nomercyicons/react

Version:
35 lines 1.47 kB
import * as React from "react"; function MediumColorIcon({ title, titleId, ...props }, svgRef) { return /*#__PURE__*/React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 48 41", strokeWidth: 1.5, stroke: "none", "aria-hidden": "true", ref: svgRef, "aria-labelledby": titleId }, props), title ? /*#__PURE__*/React.createElement("title", { id: titleId }, title) : null, /*#__PURE__*/React.createElement("g", { fill: "none", fillRule: "evenodd" }, /*#__PURE__*/React.createElement("path", { fill: "#00FC87", d: "M33.186.487c-.722-.363-1.312.005-1.312.816v32.294l13.172 6.626c1.45.73 2.625.219 2.625-1.14V7.985c0-.13-.074-.249-.189-.307L33.186.488" }), /*#__PURE__*/React.createElement("path", { fill: "#00E468", d: "M16.077 25.651L31.105 1.084c.423-.691 1.36-.96 2.081-.597l14.312 7.2a.179.179 0 01.072.252L31.874 33.597l-15.797-7.946" }), /*#__PURE__*/React.createElement("path", { fill: "#00C860", d: "M2.467.928C1.264.322.857.77 1.562 1.922l14.515 23.73 15.797 7.945L16.11 7.83a.228.228 0 00-.092-.085L2.467.928" }), /*#__PURE__*/React.createElement("path", { fill: "#00AC68", d: "M16.077 39.083c0 1.353-.984 1.965-2.187 1.36L1.593 34.257C.87 33.894.28 32.933.28 32.121V1.795C.28.713 1.068.223 2.03.707L15.992 7.73c.052.027.085.08.085.138v31.215" }))); } const ForwardRef = React.forwardRef(MediumColorIcon); export default ForwardRef;