@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
11 lines (8 loc) • 595 B
JavaScript
import { createIconBase } from '../createIcon.js';
export const AtlassianIconConfig = {
name: 'AtlassianIcon',
icon: {"xOffset":0,"yOffset":0,"width":512,"height":512,"svgPathData":"M152.2 236.4c-7.7-8.2-19.7-7.7-24.8 2.8L1.6 490.2c-5 10 2.4 21.7 13.4 21.7h175c5.8.1 11-3.2 13.4-8.4 37.9-77.8 15.1-196.3-51.2-267.1zM244.4 8.1c-122.3 193.4-8.5 348.6 65 495.5 2.5 5.1 7.7 8.4 13.4 8.4H497c11.2 0 18.4-11.8 13.4-21.7 0 0-234.5-470.6-240.4-482.3-5.3-10.6-18.8-10.8-25.6.1z"},
rhUiIcon: null,
};
export const AtlassianIcon = createIconBase(AtlassianIconConfig);
export default AtlassianIcon;