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