@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
11 lines (8 loc) • 750 B
JavaScript
import { createIconBase } from '../createIcon.js';
export const HatCowboySideIconConfig = {
name: 'HatCowboySideIcon',
icon: {"xOffset":0,"yOffset":0,"width":640,"height":512,"svgPathData":"M260.8 291.06c-28.63-22.94-62-35.06-96.4-35.06C87 256 21.47 318.72 1.43 412.06c-3.55 16.6-.43 33.83 8.57 47.3C18.75 472.47 31.83 480 45.88 480H592c-103.21 0-155-37.07-233.19-104.46zm234.65-18.29L468.4 116.2A64 64 0 0 0 392 64.41L200.85 105a64 64 0 0 0-50.35 55.79L143.61 226c6.9-.83 13.7-2 20.79-2 41.79 0 82 14.55 117.29 42.82l98 84.48C450.76 412.54 494.9 448 592 448a48 48 0 0 0 48-48c0-25.39-29.6-119.33-144.55-127.23z"},
rhUiIcon: null,
};
export const HatCowboySideIcon = createIconBase(HatCowboySideIconConfig);
export default HatCowboySideIcon;