import React from 'react'; import { createIcon } from '../createIcon'; import { G, Path } from '../nbSvg'; export const ThreeDotsIcon = createIcon({ viewBox: '0 0 32.055 32.055', path: [ , ], });