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