UNPKG

@patternfly/react-icons

Version:
9 lines 1.13 kB
import { ComponentClass } from 'react'; import { SVGIconProps } from '../createIcon.js'; export declare const RhStandardSunIconConfig: { name: 'RhStandardSunIcon', icon: {"xOffset":0,"yOffset":0,"width":36,"height":36,"svgClassName":"pf-v6-icon-rh-standard","svgPathData":"M18 11.38A6.63 6.63 0 0 0 11.38 18c.31 8.77 12.94 8.77 13.25 0A6.64 6.64 0 0 0 18 11.38Zm0 12c-7.1-.23-7.1-10.53 0-10.76 7.1.23 7.1 10.53 0 10.76Zm0-14.45a.62.62 0 0 0 .62-.62V4a.62.62 0 0 0-1.24 0v4.31a.62.62 0 0 0 .62.62Zm0 18.14a.62.62 0 0 0-.62.62V32a.62.62 0 0 0 1.24 0v-4.31a.62.62 0 0 0-.62-.62Zm14-9.69h-4.31a.62.62 0 0 0 0 1.24H32a.62.62 0 0 0 0-1.24ZM8.93 18a.62.62 0 0 0-.62-.62H4a.62.62 0 0 0 0 1.24h4.31a.62.62 0 0 0 .62-.62Zm15.92-6.23a.66.66 0 0 0 .45-.18l3-3.05c.58-.56-.32-1.46-.88-.88l-3.05 3a.63.63 0 0 0 .48 1.11ZM10.7 24.41l-3 3.05a.62.62 0 0 0 .88.88l3.05-3a.63.63 0 0 0-.93-.93Zm14.6 0a.63.63 0 0 0-.89.89l3.05 3a.62.62 0 0 0 .88-.88ZM10.7 11.59a.63.63 0 0 0 .89-.89l-3.05-3c-.54-.62-1.46.3-.88.84Z"}, rhUiIcon: null, }; export declare const RhStandardSunIcon: ComponentClass<SVGIconProps>; export default RhStandardSunIcon;