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