import * as React from "react"; import { SVGProps } from "react"; const SvgDirections = (props: SVGProps) => ( ); export default SvgDirections;