mirror of
https://github.com/portainer/portainer.git
synced 2025-07-18 21:09:40 +02:00
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} />;
|