@hrobarikt/box-ui-elements
Version:
Box UI Elements
13 lines • 415 B
JavaScript
import * as React from 'react';
import ClockBadge16 from './ClockBadge16';
export var clockBadge16 = function clockBadge16() {
return 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