@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.
6 lines • 570 B
JavaScript
/* eslint-disable */
import * as React from "react";
import createIcon from "../Icon/createIcon";
export default createIcon( /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
d: "M22 6c0 .552-.526 1-1.177 1H3.177C2.527 7 2 6.552 2 6s.527-1 1.176-1h17.647C21.474 5 22 5.448 22 6ZM3.176 13C2.526 13 2 12.552 2 12s.526-1 1.176-1h17.647c.65 0 1.177.448 1.177 1s-.527 1-1.177 1H3.177ZM20.823 19c.651 0 1.177-.448 1.177-1s-.526-1-1.177-1H3.177C2.527 17 2 17.448 2 18s.527 1 1.176 1h17.647Z"
})), "0 0 24 24", "MenuHamburger");