import { createSvgIcon } from "../svg-icon.type"; export const SpeedIcon = createSvgIcon((props, ref) => { return ( ); })