UNPKG

@nomercyicons/react

Version:
29 lines 944 B
import * as React from "react"; function ParkTwoToneIcon({ title, titleId, ...props }, svgRef) { return /*#__PURE__*/React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", 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("path", { fill: "none", d: "M0 0h24v24H0z" }), /*#__PURE__*/React.createElement("path", { d: "M13.26 10h1.9l-3.15-4.5L8.88 10h1.81l-3.9 6h10.47z", opacity: 0.3 }), /*#__PURE__*/React.createElement("path", { d: "M17 12h2L12 2 5.05 12H7l-3.9 6h6.92v4h3.95v-4H21l-4-6zM6.79 16l3.9-6H8.88l3.13-4.5 3.15 4.5h-1.9l4 6H6.79z" })); } const ForwardRef = React.forwardRef(ParkTwoToneIcon); export default ForwardRef;