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