// This file is autogenerated by wrapSVGs.ts // Changes to this file will be overwritten import React from 'react' import { SVG } from '~components/IconV1/subcomponents/SVG' import type { IconProps } from '~components/IconV1/types' export const BoldIcon = (props: IconProps): JSX.Element => { const svgContent = ( <> ) return {svgContent} }