@orfeas126/box-ui-elements
Version:
Box UI Elements
11 lines • 398 B
JavaScript
import * as React from 'react';
import ClockBadge16 from './ClockBadge16';
export const clockBadge16 = () => /*#__PURE__*/React.createElement(ClockBadge16, null);
export default {
title: 'Icon/Fill/ClockBadge16',
component: ClockBadge16,
parameters: {
notes: "`import ClockBadge16 from 'box-ui-elements/es/icon/fill/ClockBadge16';`"
}
};
//# sourceMappingURL=ClockBadge16.stories.js.map