@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 • 482 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: "M16.5 9.5a1 1 0 0 1-1 1h-2a.5.5 0 0 0-.5.5v2a1 1 0 1 1-2 0v-2a.5.5 0 0 0-.5-.5h-2a1 1 0 1 1 0-2h2A.5.5 0 0 0 11 8V6a1 1 0 1 1 2 0v2a.5.5 0 0 0 .5.5h2a1 1 0 0 1 1 1ZM16.5 18a1 1 0 0 1-1 1h-7a1 1 0 1 1 0-2h7a1 1 0 0 1 1 1Z"
})), "0 0 24 24", "PlusMinus");