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