React.createElement(
        'span',
        { style: { lineHeight: this.props.size === 'isLarge' ? '32px' : 'auto' } },
        this.props.children
      ),