@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
11 lines (8 loc) • 709 B
JavaScript
import { createIconBase } from '../createIcon.js';
export const RhStandardClockIconConfig = {
name: 'RhStandardClockIcon',
icon: {"xOffset":0,"yOffset":0,"width":36,"height":36,"svgClassName":"pf-v6-icon-rh-standard","svgPathData":"M32 17.38a.62.62 0 0 0-.62.62 13.38 13.38 0 1 1-14-13.34v10.28a3.12 3.12 0 0 0 .62 6.18 3.09 3.09 0 0 0 1.75-.53l1.8 1.85a.63.63 0 1 0 .9-.88l-1.83-1.86a3.08 3.08 0 0 0 .5-1.7 3.12 3.12 0 0 0-2.5-3.06V4a.62.62 0 0 0-.62-.62A14.62 14.62 0 1 0 32.62 18a.62.62 0 0 0-.62-.62ZM19.88 18A1.88 1.88 0 1 1 18 16.12 1.89 1.89 0 0 1 19.88 18Z"},
rhUiIcon: null,
};
export const RhStandardClockIcon = createIconBase(RhStandardClockIconConfig);
export default RhStandardClockIcon;