@kiwicom/orbit-components
Version:
Orbit-components is a React component library which provides developers with the easiest possible way of building Kiwi.com’s products.
5 lines • 546 B
JavaScript
import * as React from "react";
import createIcon from "../Icon/createIcon";
export default createIcon( /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
d: "M20.823 19H3.177C2.527 19 2 18.552 2 18s.527-1 1.177-1h17.646c.651 0 1.177.448 1.177 1s-.526 1-1.177 1zM3.177 13C2.526 13 2 12.552 2 12s.526-1 1.177-1h17.646c.65 0 1.177.448 1.177 1s-.527 1-1.177 1H3.177zm17.646-6H3.177C2.527 7 2 6.552 2 6s.527-1 1.177-1h17.646C21.474 5 22 5.448 22 6s-.526 1-1.177 1z"
})), "0 0 24 24", "MenuHamburger");