import React from "react"; type Props = React.SVGProps; const BagIcon = (props: Props) => ( ); export default BagIcon;