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