@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
9 lines • 1.45 kB
TypeScript
import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const RhStandardUpdateIconConfig: {
name: 'RhStandardUpdateIcon',
icon: {"xOffset":0,"yOffset":0,"width":36,"height":36,"svgClassName":"pf-v6-icon-rh-standard","svgPathData":"M29.78 11.09a.67.67 0 0 0 .69-.63V7.23a.63.63 0 0 0-1.25 0v1.39a14.62 14.62 0 1 0-11.22 24h.31a.58.58 0 0 0 .22-.22v-.07a.69.69 0 0 0 .05-.24.57.57 0 0 0-.08-.28.62.62 0 0 0-.55-.34A13.38 13.38 0 1 1 28.57 9.84h-1.95a.63.63 0 1 0 0 1.25Zm1.16.96a.62.62 0 0 0-.61.63.61.61 0 0 0 .61.62.63.63 0 0 0 .64-.62.64.64 0 0 0-.64-.63Zm.74 2.38a.63.63 0 0 0-.62.63.63.63 0 0 0 1.25 0 .63.63 0 0 0-.63-.63ZM32 16.9a.63.63 0 0 0-.62.63.63.63 0 0 0 1.25 0 .63.63 0 0 0-.63-.63Zm-.15 2.47a.63.63 0 0 0-.62.63.63.63 0 0 0 1.25 0 .63.63 0 0 0-.63-.63Zm-.57 2.44a.63.63 0 0 0-.62.63.63.63 0 0 0 1.25 0 .63.63 0 0 0-.63-.63Zm-1 2.28a.63.63 0 0 0-.62.63.63.63 0 0 0 1.25 0 .63.63 0 0 0-.63-.63Zm-1.39 2.07a.63.63 0 0 0-.62.63.63.63 0 0 0 1.25 0 .63.63 0 0 0-.63-.63ZM27.16 28a.63.63 0 0 0-.62.63.63.63 0 0 0 1.25 0 .63.63 0 0 0-.63-.63Zm-2.02 1.41a.63.63 0 0 0-.62.63.63.63 0 0 0 1.25 0 .63.63 0 0 0-.63-.63Zm-2.24 1.08a.63.63 0 0 0-.62.63.63.63 0 0 0 1.25 0 .63.63 0 0 0-.63-.63Zm-2.4.66a.63.63 0 0 0-.62.63.63.63 0 0 0 1.25 0 .63.63 0 0 0-.63-.63Z"},
rhUiIcon: null,
};
export declare const RhStandardUpdateIcon: ComponentClass<SVGIconProps>;
export default RhStandardUpdateIcon;