import * as React from "react"; function PrinterIcon(props: React.SVGProps) { return ; } export default PrinterIcon;