@coveord/plasma-mantine
Version:
A Plasma flavoured Mantine theme
16 lines (15 loc) • 731 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { IconChevronDown } from '@coveord/plasma-react-icons';
import clsx from 'clsx';
import { forwardRef } from 'react';
import classes from './PlasmaComboboxChevron.module.css';
export const PlasmaComboboxChevron = /*#__PURE__*/ forwardRef(({ children: _children, className, fill: _fill, viewBox: _viewBox, xmlns: _xmlns, ...props }, ref)=>/*#__PURE__*/ _jsx(IconChevronDown, {
...props,
ref: ref,
className: clsx(classes.root, className),
"data-plasma-combobox-chevron": true,
size: 16,
"aria-hidden": "true"
}));
PlasmaComboboxChevron.displayName = 'PlasmaComboboxChevron';
//# sourceMappingURL=PlasmaComboboxChevron.js.map