{"version":3,"file":"index.js","names":["React","baseClass","Dots","ariaLabel","className","noBackground","orientation","_jsxs","filter","Boolean","join","_jsx"],"sources":["../../../src/icons/Dots/index.tsx"],"sourcesContent":["import React from 'react'\n\nimport './index.scss'\n\nconst baseClass = 'dots'\n\nexport const Dots: React.FC<{\n ariaLabel?: string\n className?: string\n noBackground?: boolean\n orientation?: 'horizontal' | 'vertical'\n}> = ({ ariaLabel, className, noBackground, orientation = 'vertical' }) => (\n