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