@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
11 lines (8 loc) • 1.23 kB
JavaScript
import { createIconBase } from '../createIcon.js';
export const RhStandardHandFanIconConfig = {
name: 'RhStandardHandFanIcon',
icon: {"xOffset":0,"yOffset":0,"width":36,"height":36,"svgClassName":"pf-v6-icon-rh-standard","svgPathData":[{"path":"M32.59 18.18C32.81 10.07 26.08 3.36 18 3.37 9.94 3.37 3.37 9.93 3.37 18c.02.29.21.53.5.61l11 2.34c.33.07.67-.14.74-.48a.62.62 0 0 0-.48-.74L11.71 19a6.39 6.39 0 0 1 5.67-5.34V16c0 .34.28.62.62.62s.62-.28.62-.62v-2.34A6.39 6.39 0 0 1 24.29 19l-3.42.73c-.72.15-.61 1.24.13 1.24.2 0 10.95-2.33 11.13-2.35.21-.07.4-.21.46-.43ZM18 12.37c-3.74 0-6.91 2.74-7.52 6.36l-5.83-1.24C5.89.42 30.11.43 31.35 17.5l-5.83 1.24c-.61-3.62-3.78-6.36-7.52-6.36Z"},{"path":"M18 6.38c-.35 0-.62.28-.62.62v3c0 .34.28.62.62.62s.62-.28.62-.62V7c0-.34-.28-.62-.62-.62Zm5.56 2.18-2 2c-.24.24-.24.64 0 .88s.64.24.88 0l2-2c.57-.58-.3-1.46-.88-.88Zm-11.12 0c-.58-.58-1.46.3-.88.88l2 2c.24.24.64.24.88 0s.24-.64 0-.88l-2-2Zm6 12c-.57-.58-1.46.31-.88.88.56.59 1.47-.31.88-.88ZM18 23.38c-.35 0-.62.28-.62.62v8c0 .34.28.62.62.62s.62-.28.62-.62v-8c0-.34-.28-.62-.62-.62Z"}]},
rhUiIcon: null,
};
export const RhStandardHandFanIcon = createIconBase(RhStandardHandFanIconConfig);
export default RhStandardHandFanIcon;