UNPKG

mod-arch-shared

Version:

Shared UI components and utilities for modular architecture micro-frontend projects

14 lines (11 loc) 630 B
import { createIcon } from '@patternfly/react-icons/dist/esm/createIcon'; const EnabledApplicationsIcon = createIcon({ name: 'EnabledApplicationsIcon', width: 36, height: 36, svgPath: 'm 14.558,23.442 a 0.625,0.625 0 0 0 0.884,0 l 10.5,-10.5 A 0.62508239,0.62508239 0 0 0 25.058,12.058 L 15,22.116 11.442,18.558 a 0.62508239,0.62508239 0 0 0 -0.884,0.884 z M 31,4.375 H 5 A 0.625,0.625 0 0 0 4.375,5 V 31 A 0.625,0.625 0 0 0 5,31.625 H 31 A 0.625,0.625 0 0 0 31.625,31 V 5 A 0.625,0.625 0 0 0 31,4.375 Z m -0.625,26 H 5.625 V 5.625 h 24.75 z', xOffset: 0, yOffset: 0, }); export default EnabledApplicationsIcon;