UNPKG

@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.

10 lines 215 B
import * as React from "react"; const SymbolUnavailable = ({ d }) => { return /*#__PURE__*/React.createElement("path", { className: "fill-ink-light-hover", d: d }); }; export default SymbolUnavailable;