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