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.

14 lines (13 loc) 440 B
"use client"; import _extends from "@babel/runtime/helpers/esm/extends"; import React from "react"; import IllustrationPrimitive, { SIZE_OPTIONS } from "../primitives/IllustrationPrimitive"; const AirportIllustration = ({ size = SIZE_OPTIONS.MEDIUM, role = "presentation", ...props }) => /*#__PURE__*/React.createElement(IllustrationPrimitive, _extends({}, props, { size: size, role: role })); export default AirportIllustration;