import { forwardRef, SVGProps } from 'react'; export interface LineweightHeavyProps extends Omit, 'css'> {} export const LineweightHeavy = forwardRef((props, ref) => ( )); LineweightHeavy.displayName = 'LineweightHeavy';