diff --git a/src/components/primitives/Icon/Icons/ThreeDots.tsx b/src/components/primitives/Icon/Icons/ThreeDots.tsx index 273a07379..656ae5fb6 100644 --- a/src/components/primitives/Icon/Icons/ThreeDots.tsx +++ b/src/components/primitives/Icon/Icons/ThreeDots.tsx @@ -4,9 +4,9 @@ import { G, Path } from '../nbSvg'; export const ThreeDotsIcon = createIcon({ viewBox: '0 0 32.055 32.055', - path: [ + path: ( - , - ], + + ), });