mod-arch-shared
Version:
Shared library for modular architecture micro-frontend projects
14 lines (11 loc) • 587 B
text/typescript
import { createIcon } from '@patternfly/react-icons/dist/esm/createIcon';
const SingleModelIcon = createIcon({
name: 'SingleModelIcon',
width: 36,
height: 36,
svgPath:
'M 31,4.38 H 5 A 0.61,0.61 0 0 0 4.38,5 V 31 A 0.61,0.61 0 0 0 5,31.62 H 31 A 0.61,0.61 0 0 0 31.62,31 V 5 A 0.61,0.61 0 0 0 31,4.38 Z m -0.62,26 H 5.62 V 5.62 H 30.38 Z M 27,8.37 A 0.63,0.63 0 0 0 26.38,9 0.63,0.63 0 0 0 27.63,9 0.63,0.63 0 0 0 27,8.37 Z m -2,0 A 0.63,0.63 0 0 0 24.38,9 0.63,0.63 0 0 0 25.63,9 0.63,0.63 0 0 0 25,8.37 Z',
xOffset: 0,
yOffset: 0,
});
export default SingleModelIcon;