@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
11 lines (8 loc) • 551 B
JavaScript
import { createIconBase } from '../createIcon.js';
export const GemIconConfig = {
name: 'GemIcon',
icon: {"xOffset":0,"yOffset":0,"width":576,"height":512,"svgPathData":"M485.5 0L576 160H474.9L405.7 0h79.8zm-128 0l69.2 160H149.3L218.5 0h139zm-267 0h79.8l-69.2 160H0L90.5 0zM0 192h100.7l123 251.7c1.5 3.1-2.7 5.9-5 3.3L0 192zm148.2 0h279.6l-137 318.2c-1 2.4-4.5 2.4-5.5 0L148.2 192zm204.1 251.7l123-251.7H576L357.3 446.9c-2.3 2.7-6.5-.1-5-3.2z"},
rhUiIcon: null,
};
export const GemIcon = createIconBase(GemIconConfig);
export default GemIcon;