UNPKG

@activecollab/components

Version:

ActiveCollab Components

16 lines 647 B
import _extends from "@babel/runtime/helpers/esm/extends"; import React from "react"; const MenuNavIcon = /*#__PURE__*/React.forwardRef((props, svgRef) => /*#__PURE__*/React.createElement("svg", _extends({ width: 24, height: 24, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", fill: "var(--color-theme-600)", ref: svgRef }, props), /*#__PURE__*/React.createElement("path", { d: "M13.45 6.337l-5.657 5.657 5.657 5.657a1 1 0 101.414-1.414l-4.241-4.243 4.241-4.243a1 1 0 00-1.414-1.414z", fillRule: "evenodd" }))); MenuNavIcon.displayName = "MenuNavIcon"; export default MenuNavIcon; //# sourceMappingURL=MenuNavIcon.js.map