@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
14 lines (11 loc) • 660 B
JavaScript
import { createIcon } from '../createIcon';
export const HandLizardIconConfig = {
name: 'HandLizardIcon',
height: 512,
width: 576,
svgPath: 'M384 480h192V363.778a95.998 95.998 0 0 0-14.833-51.263L398.127 54.368A48 48 0 0 0 357.544 32H24C10.745 32 0 42.745 0 56v16c0 30.928 25.072 56 56 56h229.981c12.844 0 21.556 13.067 16.615 24.923l-21.41 51.385A32 32 0 0 1 251.648 224H128c-35.346 0-64 28.654-64 64v8c0 13.255 10.745 24 24 24h147.406a47.995 47.995 0 0 1 25.692 7.455l111.748 70.811A24.001 24.001 0 0 1 384 418.539V480z',
yOffset: 0,
xOffset: 0,
};
export const HandLizardIcon = createIcon(HandLizardIconConfig);
export default HandLizardIcon;