mirror of https://github.com/portainer/portainer
6 lines
146 B
TypeScript
6 lines
146 B
TypeScript
![]() |
import helm from '@/assets/ico/vendor/helm.svg?c';
|
||
|
|
||
|
import { BadgeIcon } from '@@/BadgeIcon';
|
||
|
|
||
|
export const HelmIcon = <BadgeIcon icon={helm} />;
|