UNPKG

box-ui-elements

Version:
11 lines 470 B
import * as React from 'react'; import PointerChevronDown24 from './PointerChevronDown24'; export const pointerChevronDown24 = () => /*#__PURE__*/React.createElement(PointerChevronDown24, null); export default { title: 'Icon/Fill/PointerChevronDown24', component: PointerChevronDown24, parameters: { notes: "`import PointerChevronDown24 from 'box-ui-elements/es/icon/fill/PointerChevronDown24';`" } }; //# sourceMappingURL=PointerChevronDown24.stories.js.map