import { jsx as _jsx } from "react/jsx-runtime";
import React from "react";
import DotsDoubleIconImage from '../../assets/Icons=Dots Double.png';
export const DotsDoubleIconImg = props => _jsx("img", Object.assign({
src: DotsDoubleIconImage,
alt: "Dots"
}, props));