UNPKG

@prezly/theme-kit-ui

Version:
14 lines 275 B
import React from "react"; export function Icon(_ref) { var { icon: IconComponent } = _ref; if (!IconComponent) { return null; } return /*#__PURE__*/React.createElement(IconComponent, { width: 16, height: 16, className: "w-[1em] h-[1em]" }); }