UNPKG

@heroicons/react

Version:
15 lines (13 loc) 470 B
import * as React from "react"; function MenuAlt4Icon(props) { return /*#__PURE__*/React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", fill: "currentColor" }, props), /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", d: "M3 7a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1zM3 13a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1z", clipRule: "evenodd" })); } export default MenuAlt4Icon;