UNPKG

@parkassist/pa-ui-library

Version:
7 lines 269 B
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));