@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
9 lines • 1.21 kB
TypeScript
import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const HourglassIconConfig: {
name: 'HourglassIcon',
icon: {"xOffset":0,"yOffset":0,"width":384,"height":512,"svgPathData":"M360 64c13.255 0 24-10.745 24-24V24c0-13.255-10.745-24-24-24H24C10.745 0 0 10.745 0 24v16c0 13.255 10.745 24 24 24 0 90.965 51.016 167.734 120.842 192C75.016 280.266 24 357.035 24 448c-13.255 0-24 10.745-24 24v16c0 13.255 10.745 24 24 24h336c13.255 0 24-10.745 24-24v-16c0-13.255-10.745-24-24-24 0-90.965-51.016-167.734-120.842-192C308.984 231.734 360 154.965 360 64z"},
rhUiIcon: {"xOffset":0,"yOffset":0,"width":32,"height":32,"svgPathData":"M26 29h-1v-3.757a3.977 3.977 0 0 0-1.172-2.829L17.414 16l6.414-6.414A3.975 3.975 0 0 0 25 6.757V3h1a1 1 0 1 0 0-2H6a1 1 0 1 0 0 2h1v3.757c0 1.068.416 2.072 1.172 2.829L14.586 16l-6.414 6.414A3.975 3.975 0 0 0 7 25.243V29H6a1 1 0 1 0 0 2h20a1 1 0 1 0 0-2ZM23 3v3.757c0 .082-.014.162-.024.243H9.023c-.01-.081-.024-.16-.024-.243V3h14ZM9 25.243c0-.534.208-1.036.586-1.415L16 17.414l6.414 6.414c.378.378.586.881.586 1.415V26H9v-.757Z"},
};
export declare const HourglassIcon: ComponentClass<SVGIconProps>;
export default HourglassIcon;