UNPKG

@patternfly/react-icons

Version:
11 lines (8 loc) 544 B
import { createIconBase } from '../createIcon.js'; export const KorvueIconConfig = { name: 'KorvueIcon', icon: {"xOffset":0,"yOffset":0,"width":446,"height":512,"svgPathData":"M386.5 34h-327C26.8 34 0 60.8 0 93.5v327.1C0 453.2 26.8 480 59.5 480h327.1c33 0 59.5-26.8 59.5-59.5v-327C446 60.8 419.2 34 386.5 34zM87.1 120.8h96v116l61.8-116h110.9l-81.2 132H87.1v-132zm161.8 272.1l-65.7-113.6v113.6h-96V262.1h191.5l88.6 130.8H248.9z"}, rhUiIcon: null, }; export const KorvueIcon = createIconBase(KorvueIconConfig); export default KorvueIcon;