@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 • 306 B
JavaScript
import * as React from "react";
import createIcon from "../Icon/createIcon";
export default createIcon( /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("rect", {
opacity: 0.2,
x: 1.5,
y: 1.5,
width: 21,
height: 21,
rx: 3
})), "0 0 24 24", "Placeholder");